diff options
author | Andreas Strid <andreas_strid@bredband.net> | 2015-12-21 15:33:18 +0100 |
---|---|---|
committer | Andreas Strid <andreas_strid@bredband.net> | 2016-01-31 17:33:53 +0100 |
commit | 4c375f4ddfb1d35fd57d6f208e9de30350b4dbdd (patch) | |
tree | 2a4aaff0604b37f4bef68fbef46fe4afd7cbbb79 /src/vm/profilinghelper.h | |
parent | 85f256e9b41cac20834d9695675e3ac8694454f9 (diff) | |
download | coreclr-4c375f4ddfb1d35fd57d6f208e9de30350b4dbdd.tar.gz coreclr-4c375f4ddfb1d35fd57d6f208e9de30350b4dbdd.tar.bz2 coreclr-4c375f4ddfb1d35fd57d6f208e9de30350b4dbdd.zip |
Enabling profiling on Unix/OS X.
Diffstat (limited to 'src/vm/profilinghelper.h')
-rw-r--r-- | src/vm/profilinghelper.h | 6 |
1 files changed, 0 insertions, 6 deletions
diff --git a/src/vm/profilinghelper.h b/src/vm/profilinghelper.h index ce35d6f418..836a76eafc 100644 --- a/src/vm/profilinghelper.h +++ b/src/vm/profilinghelper.h @@ -38,9 +38,7 @@ enum ProfAPIFaultFlags }; #endif // _DEBUG -#ifndef FEATURE_PAL class SidBuffer; -#endif // !FEATURE_PAL //--------------------------------------------------------------------------------------- // Static-only class to coordinate initialization of the various profiling API @@ -83,11 +81,9 @@ private: kAttachLoad, }; -#ifndef FEATURE_PAL // Allocated lazily the first time it's needed, and then remains allocated until the // process exits. static SidBuffer * s_pSidBuffer; -#endif // !FEATURE_PAL // See code:ProfilingAPIUtility::InitializeProfiling#LoadUnloadCallbackSynchronization static CRITSEC_COOKIE s_csStatus; @@ -107,9 +103,7 @@ private: static HRESULT ProfilerCLSIDFromString(__inout_z LPWSTR wszClsid, CLSID * pClsid); static HRESULT AttemptLoadProfilerForStartup(); -#ifndef FEATURE_PAL static void AppendSupplementaryInformation(int iStringResource, SString * pString); -#endif // !FEATURE_PAL static void LogProfEventVA( int iStringResourceID, |