Searched refs:FormatCPUExecTime (Results 1 – 4 of 4) sorted by relevance
47 string FormatCPUExecTime(const ShowMultiNode* node, const ShowMultiNode* root) { in FormatCPUExecTime() function254 attrs.push_back(FormatCPUExecTime(node, root)); in FormatNode()262 attrs.push_back(FormatCPUExecTime(node, root)); in FormatNode()
227 attrs.push_back(FormatCPUExecTime(node, opts)); in FormatTimes()235 attrs.push_back(FormatCPUExecTime(node, opts)); in FormatTimes()
192 info.push_back(FormatCPUExecTime(node, opts)); in FormatNode()200 info.push_back(FormatCPUExecTime(node, opts)); in FormatNode()
135 string FormatCPUExecTime(const T* node, const Options& opts) { in FormatCPUExecTime() function