diff options
author | Mark Janes <mark.a.janes@intel.com> | 2016-08-23 17:19:06 -0700 |
---|---|---|
committer | Mark Janes <mark.a.janes@intel.com> | 2017-06-19 14:04:47 -0700 |
commit | d3aa698e15e0ed421b09edb3a603d7d25aebcf76 (patch) | |
tree | 8266a28360f05fc7be1d9c2213405c99a02d8c44 /retrace/daemon/glframe_state.cpp | |
parent | 79425e83050b25691029bce9fcccc0a4b5165feb (diff) |
Drop debug output for retrace calls
The default retrace output severely hinders retrace performance.
Diffstat (limited to 'retrace/daemon/glframe_state.cpp')
-rw-r--r-- | retrace/daemon/glframe_state.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/retrace/daemon/glframe_state.cpp b/retrace/daemon/glframe_state.cpp index e958e04d..b99f572d 100644 --- a/retrace/daemon/glframe_state.cpp +++ b/retrace/daemon/glframe_state.cpp @@ -99,7 +99,7 @@ StateTrack::track(const Call &call) { trace::dump(const_cast<Call&>(call), call_stream, trace::DUMP_FLAG_NO_COLOR); tracked_calls.push_back(call_stream.str()); - GRLOG(glretrace::WARN, call_stream.str().c_str()); + GRLOG(glretrace::DEBUG, call_stream.str().c_str()); } if (changesContext(call)) |