/python_rdtsc

A rdtsc time measurement library for Python.

Primary LanguageCMIT LicenseMIT

python_rdtsc

A rdtsc time measurement library for Python.

rdtsc is a high performance time measure interface in *nix.

This library wrap a rstsc interface for Python, try to provide another simpler and more precise way to measure time in Python.

Usage

$make 
  • Copy rdtsc.so to target directory, OR
  • install rdtsc.so into standard python site-package directory.