Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
hub
/
github.com/claude-code-best/claude-code
/ mark
Method
mark
src/utils/profilerBase.ts:36–38 ·
view source on GitHub ↗
(name: string)
Source
from the content-addressed store, hash-verified
34
}
35
36
mark(name: string): void {
37
this.marks.set(name, this.now())
38
}
39
40
getEntriesByType(
type
:
'mark'
): CheckpointEntry[] {
41
if
(
type
!==
'mark'
)
return
[]
Callers
4
headlessProfilerStartTurn
Function · 0.80
headlessProfilerCheckpoint
Function · 0.80
profileCheckpoint
Function · 0.80
queryCheckpoint
Function · 0.80
Calls
2
now
Method · 0.95
set
Method · 0.80
Tested by
no test coverage detected