magnetcn / python_rdtsc

A rdtsc time measurement library for Python.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

A rdtsc time measurement library for Python.

License:MIT License


Languages

Language:C 68.6%Language:Makefile 18.6%Language:Python 12.8%