README - nerscadmin/IPM GitHub Wiki

README

Overview

Scalable, low-overhead performance profiling of application codes

Reporting and analysis of performance profiles

Portable & Open Source.

Parallel

interupt_handler()

main() {

ipm_init() ... ipm_finalize()

}

Serial

atexit_handler()

ipm_init() main() { code() } ipm_finalize()