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

Method prefillEventStartTimePoint

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

Source from the content-addressed store, hash-verified

494}
495
496void ARGeneration::prefillEventStartTimePoint() { llm_prefill_start_time_ = std::chrono::high_resolution_clock::now(); }
497
498void ARGeneration::prefillEventEndTimePoint() { llm_prefill_end_time_ = std::chrono::high_resolution_clock::now(); }
499

Callers 1

stepMethod · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected