1
0
Fork 0
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:
Jannis 2024-08-15 10:29:28 +00:00 committed by GitHub
parent fa1ce4dc86
commit 6640a2ab7a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -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);