| 500 | void ARGeneration::decodeEventStartTimePoint() { llm_decode_start_time_ = std::chrono::high_resolution_clock::now(); } |
| 501 | |
| 502 | void ARGeneration::decodeEventEndTimePoint() { llm_decode_end_time_ = std::chrono::high_resolution_clock::now(); } |
| 503 | |
| 504 | void ARGeneration::customEventStartTimePoint(const std::string& name) { |
| 505 | custom_event_time_[name].first = std::chrono::high_resolution_clock::now(); |