use TRACE_SET_MOD

I found this macro while refactoring and since I like consistency, I used it everywhere.
Esse commit está contido em:
Paul Tarjan
2013-06-09 21:21:23 -07:00
commit de sgolemon
commit 8cf6ccb00a
22 arquivos alterados com 24 adições e 24 exclusões
+1 -1
Ver Arquivo
@@ -46,7 +46,7 @@ static_assert(
"Performance is sensitive to sizeof(HphpArray)."
" Make sure you changed it with good reason and then update this assert.");
static const Trace::Module TRACEMOD = Trace::runtime;
TRACE_SET_MOD(runtime);
///////////////////////////////////////////////////////////////////////////////
/*