Searched refs:Monkey (Results 1 – 2 of 2) sorted by relevance
14 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…
153 class Monkey: class330 with Monkey(max_num_threads=args.max_num_threads, benchmark=args.benchmark):