()
| 64 | } |
| 65 | |
| 66 | export function stopLoggingProfilingEvents(): ArrayBuffer | null { |
| 67 | const buffer = eventLogBuffer; |
| 68 | eventLogSize = 0; |
| 69 | eventLogBuffer = null; |
| 70 | eventLog = null; |
| 71 | eventLogIndex = 0; |
| 72 | return buffer; |
| 73 | } |
| 74 | |
| 75 | export function markTaskStart( |
| 76 | task: { |