/xprof

A simple automatic profiling system and code analysis documentation-generator

Primary LanguageTeXGNU General Public License v3.0GPL-3.0

xprof

A simple automatic profiling system and code analysis documentation-generator

Usage:

  • Instrument your .c code with high-level PAPI C calls. Help yourself by viewing InsSchonauerTriadBenchmark.c as example (base code is SchonauerTriadBenchmark.c);
  • Ensure your .c src file is in the main directory;
  • Benchmark your program by executing gathering.sh NameOfProgram on TARGET machine;
  • Afterwards, analyze these runs locally (in a machine equipped with a python(3) and texliveonfly environments, however check .dependencies file) with analyzer.sh NameOfProgram!