prof-cpp
- simple c++ profiler that records hierarchy ofPROFILE_TASK(name)
-tasks with durations and serializes it into JSON fileprof-viewer
- browser web app that consumes file and draws is as a TreeMap- TreeMap: implementation of "squarified" treemap algoritm
- FoamTreeMap: reference third-party implementation (closed source)