Sign in
dart
/
sdk.git
/
44a43d0932c6326cad9acb1d00b259316fcd1c11
/
.
/
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
())