Changeset 40536 in vbox for trunk/src/VBox/Main/src-server/Performance.cpp
- Timestamp:
- Mar 19, 2012 1:37:04 PM (13 years ago)
- svn:sync-xref-src-repo-rev:
- 76925
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/VBox/Main/src-server/Performance.cpp
r40358 r40536 163 163 void CGRQEnable::debugPrint(void *aObject, const char *aFunction, const char *aText) 164 164 { 165 NOREF(aObject); 166 NOREF(aFunction); 167 NOREF(aText); 165 168 LogAleksey(("{%p} " LOG_FN_FMT ": CGRQEnable(mask=0x%x) %s\n", 166 169 aObject, aFunction, mMask, aText)); … … 175 178 void CGRQDisable::debugPrint(void *aObject, const char *aFunction, const char *aText) 176 179 { 180 NOREF(aObject); 181 NOREF(aFunction); 182 NOREF(aText); 177 183 LogAleksey(("{%p} " LOG_FN_FMT ": CGRQDisable(mask=0x%x) %s\n", 178 184 aObject, aFunction, mMask, aText)); … … 186 192 void CGRQAbort::debugPrint(void *aObject, const char *aFunction, const char *aText) 187 193 { 194 NOREF(aObject); 195 NOREF(aFunction); 196 NOREF(aText); 188 197 LogAleksey(("{%p} " LOG_FN_FMT ": CGRQAbort %s\n", 189 198 aObject, aFunction, aText)); … … 363 372 this, 0, RTTHREADTYPE_MAIN_WORKER, RTTHREADFLAGS_WAITABLE, 364 373 "CGMgr"); 374 NOREF(rc); 365 375 LogAleksey(("{%p} " LOG_FN_FMT ": RTThreadCreate returned %u (mThread=%p)\n", 366 376 this, __PRETTY_FUNCTION__, rc));
Note:
See TracChangeset
for help on using the changeset viewer.