mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-10 04:22:20 +02:00
Show comptime emits as embedded sourceviews
This commit is contained in:
parent
ee27f6fd02
commit
4d1e14a1c3
65 changed files with 3360 additions and 633 deletions
|
@ -351,7 +351,8 @@ public:
|
|||
virtual Profiler* StartProfiling() = 0;
|
||||
virtual Profiler* PopProfiler() = 0; // Profiler requested by target program
|
||||
virtual void ReportMemory(MemReporter* memReporter) = 0;
|
||||
virtual bool IsOnDemandDebugger() = 0;
|
||||
virtual bool IsOnDemandDebugger() = 0;
|
||||
virtual bool GetEmitSource(const StringImpl& filePath, String& outText) = 0;
|
||||
};
|
||||
|
||||
class Profiler
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue