X-Git-Url: https://git.cworth.org/git?a=blobdiff_plain;f=retrace.hpp;h=a4559c730f8baf49d7e8661315315f0b9cdbd61d;hb=ee659c84695e9f94b1f6a5f8be203dc0012ca685;hp=33671411deb2a8b7841a078adfefc71d60fe273f;hpb=8e3c2c0d01c7ec5479845fedc053da00fa88e76a;p=apitrace diff --git a/retrace.hpp b/retrace.hpp index 3367141..a4559c7 100644 --- a/retrace.hpp +++ b/retrace.hpp @@ -99,6 +99,11 @@ toPointer(trace::Value &value, bool bind = false); */ extern int verbosity; +/** + * Add profiling data to the dump when retracing. + */ +extern bool profiling; + std::ostream &warning(trace::Call &call);