blob: 34395b86234d67e9b511e435d0722d32a8db0b06 [file] [log] [blame]
#!/usr/bin/env python
#
# Copyright 2019 Google Inc.
#
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
from __future__ import print_function
import multiprocessing
print(multiprocessing.cpu_count())