mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-17 15:46:05 +02:00
Added CPU usage to profiler thread list
This commit is contained in:
parent
8c086eb7ef
commit
7c03f5e2cd
6 changed files with 139 additions and 60 deletions
|
@ -79,6 +79,7 @@ namespace IDE.Compiler
|
|||
public int32 mTextVersion = -1;
|
||||
public bool mIsUserRequested;
|
||||
public Stopwatch mStopwatch ~ delete _;
|
||||
public ProfileInstance mProfileInstance ~ _.Dispose();
|
||||
}
|
||||
|
||||
public class BfParser : ILeakIdentifiable
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue