Home
last modified time | relevance | path

Searched defs:FunctionItem (Results 1 – 3 of 3) sorted by relevance

/developtools/smartperf_host/trace_streamer/src/metrics/
DsysCallStrategy.h24 struct FunctionItem { struct
25 std::string functionName;
26 int32_t durMax = -1;
27 int32_t durMin = -1;
28 int32_t durAvg = -1;
/developtools/smartperf_host/ide/src/trace/component/trace/sheet/binder/
DTabPaneBinderDataCut.ts24 type FunctionItem, alias
/developtools/smartperf_host/ide/src/trace/bean/
DBinderProcessThread.ts67 export interface FunctionItem { interface