Skip to content

Latest commit

 

History

History
10 lines (9 loc) · 342 Bytes

File metadata and controls

10 lines (9 loc) · 342 Bytes

LangBench CPython 3.8.1 Instrumentation

Use appropriate branch to build different instrumentations. Build instructions are same as CPython. See README.rst for original CPython README.

Enabling permissions

sudo sh -c 'echo -1 >  /proc/sys/kernel/perf_event_paranoid'
sudo sh -c 'echo 2 > /sys/bus/event_source/devices/cpu/rdpmc'