MCPcopy Create free account
hub / github.com/UbiquitousLearning/mllm / decodeEventEndTimePoint

Method decodeEventEndTimePoint

mllm/models/ARGeneration.cpp:502–502  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers 1

stepMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected