mirror of
https://github.com/wolfpld/tracy.git
synced 2025-03-20 07:40:02 +08:00
Cached source files accessor.
This commit is contained in:
@@ -426,6 +426,7 @@ public:
|
||||
void GetCpuUsageAtTime( int64_t time, int& own, int& other ) const;
|
||||
uint64_t GetSourceFileCacheCount() const { return m_data.sourceFileCache.size(); }
|
||||
uint64_t GetSourceFileCacheSize() const;
|
||||
MemoryBlock GetSourceFileFromCache( const char* file ) const;
|
||||
|
||||
int64_t GetFrameTime( const FrameData& fd, size_t idx ) const;
|
||||
int64_t GetFrameBegin( const FrameData& fd, size_t idx ) const;
|
||||
|
||||
Reference in New Issue
Block a user