Sign in
dart
/
sdk.git
/
cb835a62e657c80c04586b494c69a13b78dc89d4
/
.
/
build
/
dart
/
num_cpus.py
blob: d8fd75f64fb5d4994ff2f19e6ff1a98934b981c9 [
file
] [
log
] [
blame
]
#!/usr/bin/env python3
# Copyright 2025 The Dart Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
import
multiprocessing
print
(
multiprocessing
.
cpu_count
())