Skip to content
Terence Sun edited this page Jun 28, 2013 · 5 revisions

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()

Clone this wiki locally