Home
last modified time | relevance | path

Searched defs:endTime (Results 1 – 18 of 18) sorted by relevance

/arkcompiler/ets_frontend/test/scripts/performance_test/
Dtest_error_report.json27 "endTime":666, number
45 "endTime":51460186916900, number
61 "endTime":133456789012, number
79 "endTime":133456789012, number
97 "endTime":51460186916900, number
Dtest_report.json27 "endTime":666, number
45 "endTime":51460186916900, number
61 "endTime":133456789012, number
79 "endTime":133456789012, number
/arkcompiler/ets_frontend/ets2panda/linter/homecheck/src/
DMain.ts58 const endTime = new Date().getTime(); constant
/arkcompiler/ets_runtime/ecmascript/dfx/cpu_profiler/
Dsampling_processor.cpp39 uint64_t endTime = startTime; in Run() local
/arkcompiler/ets_frontend/ets2panda/linter/homecheck/src/tools/
DtoolEntry.ts71 const endTime = new Date().getTime(); constant
/arkcompiler/ets_runtime/ecmascript/compiler/codegen/maple/maple_util/include/
Dmpl_timer.h58 std::chrono::system_clock::time_point endTime; variable
/arkcompiler/runtime_core/libpandabase/utils/
Dtimers.h107 TimePoint endTime; member
Dtimers.cpp237 auto endTime = std::chrono::steady_clock::now(); in TimerEndImpl() local
/arkcompiler/runtime_core/libabckit/tests/scenarios/add_log/
Dadd_log_static_test.cpp72 AbckitInst *endTime = g_statG->iCreateCallStatic(graph, userData->dateGetTime, 0); in TransformIr() local
/arkcompiler/ets_frontend/ets2panda/linter/arkanalyzer/src/callgraph/common/
DStatistics.ts27 endTime: number = 0; property in StatTraits
/arkcompiler/toolchain/tooling/dynamic/client/ark_multi/
Dmain.cpp208 auto endTime = in Main() local
/arkcompiler/runtime_core/libabckit/tests/clean_scenarios/c_api/static/add_log/
Dadd_log_static_test.cpp164 AbckitInst *endTime = g_statG->iCreateCallStatic(graph, userData->dateGetTime, 0); in TransformIr() local
/arkcompiler/ets_runtime/ecmascript/dfx/hprof/
Drawheap_dump.cpp99 auto endTime = std::chrono::steady_clock::now(); in ~RawHeapDump() local
/arkcompiler/runtime_core/static_core/runtime/mem/gc/g1/
Dg1_analytics.cpp163 void G1Analytics::ReportCollectionEnd(GCTaskCause cause, uint64_t endTime, const CollectionSet &col… in ReportCollectionEnd()
Dg1-gc.cpp965 auto endTime = ark::time::GetCurrentTimeInNanos(); in RunMixedGC() local
/arkcompiler/ets_runtime/ecmascript/napi/
Djsnapi_expo.cpp6032 std::chrono::system_clock::time_point endTime; in InterOpSerializeValue() local
6064 std::chrono::system_clock::time_point endTime; in InterOpDeserializeValue() local
6086 std::chrono::system_clock::time_point endTime; in SerializeValue() local
6117 std::chrono::system_clock::time_point endTime; in SerializeValueWithError() local
6147 std::chrono::system_clock::time_point endTime; in DeserializeValue() local
/arkcompiler/toolchain/tooling/dynamic/base/
Dpt_types.h2194 Profile &SetEndTime(int64_t endTime) in SetEndTime()
Dpt_types.cpp2628 int64_t endTime; in Create() local