aboutsummaryrefslogtreecommitdiff
path: root/zencore/include
diff options
context:
space:
mode:
authorStefan Boberg <[email protected]>2021-10-03 17:08:32 +0200
committerStefan Boberg <[email protected]>2021-10-03 17:08:32 +0200
commit5f4f5ab05019ff6e903db70f5b15878773eb120d (patch)
treeceae29d6bd090446837ca5a0d336bb921936d95b /zencore/include
parentstructured cache: Added some more stats (hits/misses/upstream_hits) (diff)
parentMerged from upstream (diff)
downloadzen-5f4f5ab05019ff6e903db70f5b15878773eb120d.tar.xz
zen-5f4f5ab05019ff6e903db70f5b15878773eb120d.zip
Merge branch 'main' of https://github.com/EpicGames/zen
Diffstat (limited to 'zencore/include')
-rw-r--r--zencore/include/zencore/stats.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/zencore/include/zencore/stats.h b/zencore/include/zencore/stats.h
index dfa8dac34..2e567d614 100644
--- a/zencore/include/zencore/stats.h
+++ b/zencore/include/zencore/stats.h
@@ -209,6 +209,8 @@ public:
Scope(OperationTiming& Outer);
~Scope();
+ void Cancel();
+
private:
OperationTiming& m_Outer;
uint64_t m_StartTick;