diff options
| author | Stefan Boberg <[email protected]> | 2021-10-03 17:08:32 +0200 |
|---|---|---|
| committer | Stefan Boberg <[email protected]> | 2021-10-03 17:08:32 +0200 |
| commit | 5f4f5ab05019ff6e903db70f5b15878773eb120d (patch) | |
| tree | ceae29d6bd090446837ca5a0d336bb921936d95b /zencore/include | |
| parent | structured cache: Added some more stats (hits/misses/upstream_hits) (diff) | |
| parent | Merged from upstream (diff) | |
| download | zen-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.h | 2 |
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; |