Poplar and PopLibs
|
ProfileValue represents a read-only JSON-like tree of values that are used to store the output of the profiler. More...
#include <ProfileValue.hpp>
ProfileValue represents a read-only JSON-like tree of values that are used to store the output of the profiler.
Each value can be one of:
If an invalid access is made, for example an out-of-range access or accessing the wrong type, then an exception is thrown. It is possible to write code that should never throw an exception by using type().
See the Poplar and PopLibs User Guide for details of the data in the report.