Skip to content

Latest commit

 

History

39 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Miniprof

Miniprof is a profiler that periodically dumps the values of specified hardware counters. To that purpose, it uses the perf interface provided by the Linux kernel.

The 'msr' branch directly initialises the msr register, without using the perf interface. As a results, it supports architectures that are not yet supported by perf but it lacks fancy features such as multiplexing.

IMPORTANT NOTES

  • Miniprof has only been tested on AMD multicore architectures, although it should work on other architectures as well
  • Miniprof assumes that there is one memory bank per-die. This assumption should be removed in a future release

About

Profiling applications with hardware counters

Resources

Stars

5 stars

Watchers

4 watching

Forks

Releases

Packages

Contributors

Languages