Skip to content

🚧 Performance tracer for C++11 programs and visualization tool

License

Notifications You must be signed in to change notification settings

Isameru/profane

Repository files navigation

profane

🚧 Performance tracer for C++11 programs and visualization tool

Build and run Profane Analyser with option -o perflog.bin to gather the performance log data. Then run with parameter perflog.bin to open it for introspection.

Supported platforms: Linux (CMake/gcc) and Windows (Visual C++)

Directory assets has to be copied to the directory of the built executable. The project contains Windows x64 runtime binaries of SDL2 library (with Image and TTF extensions). Those have to be copied to there also. If you are running on Linux, you have to install these packages first: sudo apt install g++ cmake libsdl2-dev libsdl2-image-dev libsdl2-ttf-dev

About

🚧 Performance tracer for C++11 programs and visualization tool

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published