Home
last modified time | relevance | path

Searched refs:totalBreakpointResolveTime (Results 1 – 1 of 1) sorted by relevance

/llvm-project-15.0.7/lldb/source/Target/
H A DStatistics.cpp113 double totalBreakpointResolveTime = 0.0; in ToJSON() local
123 totalBreakpointResolveTime += bp->GetResolveTime().count(); in ToJSON()
138 totalBreakpointResolveTime); in ToJSON()