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

Method decodeEventStartTimePoint

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

Source from the content-addressed store, hash-verified

498void ARGeneration::prefillEventEndTimePoint() { llm_prefill_end_time_ = std::chrono::high_resolution_clock::now(); }
499
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

Callers 1

stepMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected