All specs 2 total
doctor.gatherTimingREAL LLM gemma4:latest · · unknowninternal/doctor/doctor.go
Retrieves and formats timing information for a specific phase from a directory containing build artifacts. It accepts two string inputs: the directory path and the target phase name. The function returns a single string summarizing the start times and durations for all matching phase entries, or an empty string if loading the timing data fails. No observable side effects occur beyond returning the formatted string.
doctor.gatherTimingtemplated static_go_v1 · O(n) · MITinternal/doctor/doctor.go · L172
Go function `doctor.gatherTiming` accepting 2 parameter(s) and returning `string`.