summaryrefslogtreecommitdiff
path: root/src/vm/gcenv.h
diff options
context:
space:
mode:
authorPeter Kukol <pkukol@users.noreply.github.com>2016-09-28 18:29:33 -0700
committerGitHub <noreply@github.com>2016-09-28 18:29:33 -0700
commitf20f51697d2c61ce998ed7514a327e3c1e1936bc (patch)
treee0285a495133411d5d993a9ba65a1e3d22a4756d /src/vm/gcenv.h
parent0d46a91f2f48282fd004a35c8a28ddb24432237e (diff)
downloadcoreclr-f20f51697d2c61ce998ed7514a327e3c1e1936bc.tar.gz
coreclr-f20f51697d2c61ce998ed7514a327e3c1e1936bc.tar.bz2
coreclr-f20f51697d2c61ce998ed7514a327e3c1e1936bc.zip
Add option to measure time spent inside calls to the CLR. (#7357)
* Add option to measure time spent inside calls to the CLR (off by default).
Diffstat (limited to 'src/vm/gcenv.h')
-rw-r--r--src/vm/gcenv.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/vm/gcenv.h b/src/vm/gcenv.h
index bc4f644e26..08dcc711ae 100644
--- a/src/vm/gcenv.h
+++ b/src/vm/gcenv.h
@@ -48,6 +48,7 @@
#include "util.hpp"
+#include "gcenv.ee.h"
#include "gcenv.os.h"
#include "gcenv.interlocked.h"
#include "gcenv.interlocked.inl"