mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-10 12:32:20 +02:00
Update IDEApp.bf
This commit is contained in:
parent
fa1ce4dc86
commit
6640a2ab7a
1 changed files with 2 additions and 0 deletions
|
@ -11491,6 +11491,8 @@ namespace IDE
|
|||
|
||||
public void QueueProfiling(int threadId, String desc, int sampleRate)
|
||||
{
|
||||
if(mExecutionQueue.IsEmpty)
|
||||
return;
|
||||
var profileCmd = new ProfileCmd();
|
||||
profileCmd.mThreadId = threadId;
|
||||
profileCmd.mDesc = new String(desc);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue