Searched refs:counterInfo (Results 1 – 3 of 3) sorted by relevance
26 const counterInfo = globals.counterDetails; constant27 if (counterInfo && counterInfo.startTime &&28 counterInfo.value !== undefined && counterInfo.delta !== undefined &&29 counterInfo.duration !== undefined) {39 m('td', `${timeToCode(counterInfo.startTime)}`)),42 m('td', `${counterInfo.value.toLocaleString()}`)),45 m('td', `${counterInfo.delta.toLocaleString()}`)),48 m('td', `${timeToCode(fromNs(counterInfo.duration))}`)),
559 static const statInfo counterInfo[]; variable566 static const char *name(counter_e e) { return counterInfo[e].name; } in name()568 return counterInfo[e].flags & stats_flags_e::onlyInMaster; in masterOnly()
31 const statInfo counter::counterInfo[] = { member in counter