()
| 2401 | eventLogIndex = 0; |
| 2402 | } |
| 2403 | function stopLoggingProfilingEvents() { |
| 2404 | var buffer = eventLogBuffer; |
| 2405 | eventLogSize = 0; |
| 2406 | eventLogBuffer = null; |
| 2407 | eventLog = null; |
| 2408 | eventLogIndex = 0; |
| 2409 | return buffer; |
| 2410 | } |
| 2411 | function markTaskStart(task, ms) { |
| 2412 | { |
| 2413 | profilingState[QUEUE_SIZE]++; |
no outgoing calls
no test coverage detected
searching dependent graphs…