Pprof2calltree-cpp Code
Brought to you by:
barro
File | Date | Author | Commit |
---|---|---|---|
src | 2007-01-19 | barro | [r22] Writing README. |
.svnignore | 2006-04-23 | barro | [r8] Playing more with build options. |
LICENSE | 2006-04-20 | barro | [r2] Adding license. |
README | 2007-01-19 | barro | [r22] Writing README. |
SConstruct | 2006-04-26 | barro | [r11] Adding config files for platform specific stuff. |
SConstruct.darwin | 2006-05-12 | barro | [r18] Adding sconstruct for OS X. |
SConstruct.posix | 2006-04-26 | barro | [r11] Adding config files for platform specific stuff. |
SConstruct.win32 | 2006-04-26 | barro | [r11] Adding config files for platform specific stuff. |
Pprof2cg-cpp converts trace files from Advanced PHP Debugger to calltree format utilizing the same algorithm as pprof2cg. This uses scons to compile itself instead of GNU autotools. Compiling is done by just typing: scons And installing is done by just typing: scons install Or you can install to specified path by: scons install prefix=path