Skip to content

deskinner/ipm

Repository files navigation

Integrated Performance Monitoring
=================================

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



About

Integrated Performance Monitoring

Resources

License

LGPL-2.1, Unknown licenses found

Licenses found

LGPL-2.1
LICENSE
Unknown
COPYING

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published