Home
last modified time | relevance | path

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

/openbsd-src/gnu/llvm/lldb/source/Target/
H A DStatistics.cpp128 double totalBreakpointResolveTime = 0.0; in ToJSON() local
138 totalBreakpointResolveTime += bp->GetResolveTime().count(); in ToJSON()
153 totalBreakpointResolveTime); in ToJSON()