| 119 | } |
| 120 | |
| 121 | void ProfilerCPU::Thread::EndEvent(int32 index) |
| 122 | { |
| 123 | const double time = Platform::GetTimeSeconds() * 1000.0; |
| 124 | _depth--; |
| 125 | Event& e = Buffer.Get(index); |
| 126 | e.End = time; |
| 127 | } |
| 128 | |
| 129 | void ProfilerCPU::Thread::EndEvent() |
| 130 | { |