diff options
| author | Jørgen P. Tjernø <[email protected]> | 2013-12-02 19:31:46 -0800 |
|---|---|---|
| committer | Jørgen P. Tjernø <[email protected]> | 2013-12-02 19:46:31 -0800 |
| commit | f56bb35301836e56582a575a75864392a0177875 (patch) | |
| tree | de61ddd39de3e7df52759711950b4c288592f0dc /sp/src/public/tier0/tmapi_dummy.h | |
| parent | Mark some more files as text. (diff) | |
| download | source-sdk-2013-f56bb35301836e56582a575a75864392a0177875.tar.xz source-sdk-2013-f56bb35301836e56582a575a75864392a0177875.zip | |
Fix line endings. WHAMMY.
Diffstat (limited to 'sp/src/public/tier0/tmapi_dummy.h')
| -rw-r--r-- | sp/src/public/tier0/tmapi_dummy.h | 156 |
1 files changed, 78 insertions, 78 deletions
diff --git a/sp/src/public/tier0/tmapi_dummy.h b/sp/src/public/tier0/tmapi_dummy.h index 348d2c9d..f50a039a 100644 --- a/sp/src/public/tier0/tmapi_dummy.h +++ b/sp/src/public/tier0/tmapi_dummy.h @@ -1,78 +1,78 @@ -//========= Copyright Valve Corporation, All rights reserved. ============//
-// This is the null header file used to remove Telemetry calls.
-
-#define TMERR_DISABLED 1
-#define TMPRINTF_TOKEN_NONE 0
-
-#define tmGetSessionName(...)
-#define tmEndTryLock(...)
-#define tmEndTryLockEx(...)
-#define tmSetLockState(...)
-#define tmSetLockStateEx(...)
-#define tmSetLockStateMinTime(...) 0
-#define tmSetLockStateMinTimeEx(...) 0
-#define tmSignalLockCount(...)
-
-#define tmCheckVersion(...) 0
-#define tmGetCallStack(...) 0
-#define tmSendCallStack( ... ) TMPRINTF_TOKEN_NONE
-#define tmGetCallStackR(...) 0
-#define tmSendCallStackR(...) TMPRINTF_TOKEN_NONE
-#define tmSendCallStackWithSkipR(...) TMPRINTF_TOKEN_NONE
-
-#define tmGetVersion(...) 0
-#define tmStartup(...) TMERR_DISABLED
-#define tmGetPlatformInformation(...) TMERR_DISABLED
-#define tmInitializeContext(...) TMERR_DISABLED
-#define tmShutdown(...) TMERR_DISABLED
-
-#define tmEnter(...)
-#define tmEnterEx(...)
-#define tmZone(...)
-#define tmZoneFiltered(...)
-#define tmLeaveEx(...)
-
-#define tmBeginTimeSpan(...)
-#define tmEndTimeSpan(...)
-
-#define tmEmitAccumulationZone(...)
-
-#define tmGetStati(...) 0
-
-#define tmSetVariable(...)
-
-#define tmBlob(...)
-#define tmDisjointBlob(...)
-#define tmSetTimelineSectionName(...)
-#define tmThreadName(...)
-#define tmLockName(...)
-#define tmMessage(...)
-#define tmAlloc(...)
-#define tmAllocEx(...)
-
-#define tmTryLock(...)
-#define tmTryLockEx(...)
-
-#define tmPlot(...)
-#define tmPlotF32(...)
-#define tmPlotF64(...)
-#define tmPlotI32(...)
-#define tmPlotU32(...)
-#define tmPlotS32(...)
-#define tmPlotI64(...)
-#define tmPlotU64(...)
-#define tmPlotS64(...)
-
-#define tmPPUGetListener(...) TMERR_DISABLED
-#define tmPPURegisterSPUProgram(...) TMERR_DISABLED
-#define tmSPUBindContextToListener(...)
-#define tmSPUUpdateTime(...)
-#define tmSPUFlushImage(...)
-
-#define NTELEMETRY 1
-
-#define TM_CONTEXT_LITE(val) ((char*)(val))
-#define TM_CONTEXT_FULL(val) ((char*)(val))
-
-typedef char *HTELEMETRY;
-
+//========= Copyright Valve Corporation, All rights reserved. ============// +// This is the null header file used to remove Telemetry calls. + +#define TMERR_DISABLED 1 +#define TMPRINTF_TOKEN_NONE 0 + +#define tmGetSessionName(...) +#define tmEndTryLock(...) +#define tmEndTryLockEx(...) +#define tmSetLockState(...) +#define tmSetLockStateEx(...) +#define tmSetLockStateMinTime(...) 0 +#define tmSetLockStateMinTimeEx(...) 0 +#define tmSignalLockCount(...) + +#define tmCheckVersion(...) 0 +#define tmGetCallStack(...) 0 +#define tmSendCallStack( ... ) TMPRINTF_TOKEN_NONE +#define tmGetCallStackR(...) 0 +#define tmSendCallStackR(...) TMPRINTF_TOKEN_NONE +#define tmSendCallStackWithSkipR(...) TMPRINTF_TOKEN_NONE + +#define tmGetVersion(...) 0 +#define tmStartup(...) TMERR_DISABLED +#define tmGetPlatformInformation(...) TMERR_DISABLED +#define tmInitializeContext(...) TMERR_DISABLED +#define tmShutdown(...) TMERR_DISABLED + +#define tmEnter(...) +#define tmEnterEx(...) +#define tmZone(...) +#define tmZoneFiltered(...) +#define tmLeaveEx(...) + +#define tmBeginTimeSpan(...) +#define tmEndTimeSpan(...) + +#define tmEmitAccumulationZone(...) + +#define tmGetStati(...) 0 + +#define tmSetVariable(...) + +#define tmBlob(...) +#define tmDisjointBlob(...) +#define tmSetTimelineSectionName(...) +#define tmThreadName(...) +#define tmLockName(...) +#define tmMessage(...) +#define tmAlloc(...) +#define tmAllocEx(...) + +#define tmTryLock(...) +#define tmTryLockEx(...) + +#define tmPlot(...) +#define tmPlotF32(...) +#define tmPlotF64(...) +#define tmPlotI32(...) +#define tmPlotU32(...) +#define tmPlotS32(...) +#define tmPlotI64(...) +#define tmPlotU64(...) +#define tmPlotS64(...) + +#define tmPPUGetListener(...) TMERR_DISABLED +#define tmPPURegisterSPUProgram(...) TMERR_DISABLED +#define tmSPUBindContextToListener(...) +#define tmSPUUpdateTime(...) +#define tmSPUFlushImage(...) + +#define NTELEMETRY 1 + +#define TM_CONTEXT_LITE(val) ((char*)(val)) +#define TM_CONTEXT_FULL(val) ((char*)(val)) + +typedef char *HTELEMETRY; + |