Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
Index your code
hub
/
github.com/codeaashu/claude-code
/ isPerfettoTracingEnabled
Function
isPerfettoTracingEnabled
src/utils/telemetry/perfettoTracing.ts:384–386 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
382
* Check
if
Perfetto tracing is enabled
383
*/
384
export
function
isPerfettoTracingEnabled(): boolean {
385
return
isEnabled
386
}
387
388
/**
389
* Register a
new
agent in the trace
Callers
6
runAgent
Function · 0.85
startInteractionSpan
Function · 0.85
startLLMRequestSpan
Function · 0.85
startToolSpan
Function · 0.85
startToolBlockedOnUserSpan
Function · 0.85
spawnInProcessTeammate
Function · 0.85
Calls
no outgoing calls
Tested by
no test coverage detected