Home
last modified time | relevance | path

Searched refs:Monkey (Results 1 – 2 of 2) sorted by relevance

/oneTBB/python/
H A DREADME.md14 Thanks to the monkey-patching technique implemented in class Monkey, no source code change is neede…
34 …- `python3 -m tbb your_script.py` - Run your_script.py in context of `with tbb.Monkey():` when one…
35 …- `python3 -m tbb --ipc your_script.py` - Run your_script.py in context of `with tbb.Monkey():` wh…
/oneTBB/python/tbb/
H A D__init__.py153 class Monkey: class
330 with Monkey(max_num_threads=args.max_num_threads, benchmark=args.benchmark):