]> git.cworth.org Git - apitrace/blobdiff - retrace.hpp
Fix typo in NEWS.
[apitrace] / retrace.hpp
index a59a6eb8901e97195d2f268082101a331396881b..57b8b052639085e6b8742bd5e395761f999577fe 100644 (file)
@@ -95,6 +95,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);