void rtp_StartLog Calling this function will reset the log and start a new log, recording immediatly */
| 306 | Calling this function will reset the log and start a new log, recording immediatly |
| 307 | */ |
| 308 | void rtp_StartLog() { |
| 309 | #ifdef USE_RTP |
| 310 | mprintf(0, "RTP: Starting Log\n"); |
| 311 | Runtime_performance_counter = 0; |
| 312 | Runtime_performance_enabled = 1; |
| 313 | memset(&RTP_SingleFrame, 0, sizeof(tRTFrameInfo)); |
| 314 | rtp_startlog_time = timer_GetTime(); |
| 315 | #endif |
| 316 | } |
| 317 | |
| 318 | /* |
| 319 | void rtp_StopLog |
no outgoing calls
no test coverage detected