Home
last modified time | relevance | path

Searched defs:time_stamp (Results 1 – 17 of 17) sorted by relevance

/third_party/mindspore/mindspore/ccsrc/backend/kernel_compiler/gpu/data/
Ddataset_profiling.cc72 std::pair<uint64_t, uint64_t> time_stamp(start_time_stamp, end_time_stamp); in RecordData() local
78 …uint64_t time_stamp = std::chrono::duration_cast<std::chrono::nanoseconds>(cur_sys_clock.time_sinc… in GetTimeStamp() local
/third_party/cef/libcef/browser/native/
Dbrowser_platform_delegate_native_aura.cc115 base::TimeTicks time_stamp = GetEventTimeStamp(); in TranslateUiClickEvent() local
147 base::TimeTicks time_stamp = GetEventTimeStamp(); in TranslateUiMoveEvent() local
169 base::TimeTicks time_stamp = GetEventTimeStamp(); in TranslateUiWheelEvent() local
Dbrowser_platform_delegate_native_linux.cc286 base::TimeTicks time_stamp = GetEventTimeStamp(); in TranslateUiKeyEvent() local
Dbrowser_platform_delegate_native_win.cc469 base::TimeTicks time_stamp = GetEventTimeStamp(); in TranslateUiKeyEvent() local
/third_party/curl/lib/vtls/
Dschannel.h78 TimeStamp time_stamp; member
84 TimeStamp time_stamp; member
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/engine/perf/
Ddataset_iterator_tracing.cc27 const int32_t value, const uint64_t time_stamp) { in Record()
Ddevice_queue_tracing.cc27 const int32_t value, const uint64_t time_stamp) { in Record()
/third_party/boost/boost/wave/util/
Dtime_conversion_helper.hpp106 mutable tm time_stamp; member in boost::wave::util::time_conversion::time_conversion_grammar
/third_party/boost/libs/graph/example/
Dknights_tour.cpp121 int time_stamp = 0; in backtracking_search() local
177 int time_stamp = 0; in warnsdorff() local
/third_party/flutter/skia/third_party/externals/piex/src/
Dpiex_types.h76 Rational time_stamp[3]; // Giving hour, minute and second. member
/third_party/flutter/engine/flutter/lib/ui/window/
Dpointer_data.h58 int64_t time_stamp; member
/third_party/skia/third_party/externals/piex/src/
Dpiex_types.h76 Rational time_stamp[3]; // Giving hour, minute and second. member
/third_party/mesa3d/src/amd/common/
Dac_rgp.h88 uint64_t time_stamp; member
Dac_rgp.c649 uint64_t time_stamp; member
/third_party/mindspore/mindspore/ccsrc/debug/
Ddebug_services.cc271const std::string time_stamp, const std::string &qualified_tensor_name, const std::string &tensor_… in SetCheckWatchpointsResult()
299const std::string time_stamp, const std::string &qualified_tensor_name, const std::string &tensor_… in ProcessCheckpointsOutofMemory()
855 void DebugServices::AddToTensorData(const std::string &backend_name, const std::string &time_stamp, in AddToTensorData()
921 std::string time_stamp = file_name.substr(fifth_dot + 1, fourth_dot - fifth_dot - 1); in GetTimeStampStr() local
966 std::string time_stamp = ""; in ReadFileAndAddToTensor() local
Dtensor_data.h206 void SetTimeStamp(const std::string &time_stamp) { this->time_stamp_ = time_stamp; } in SetTimeStamp()
/third_party/mindspore/mindspore/ccsrc/profiler/device/gpu/
Dgpu_profiling.cc89 uint64_t time_stamp = 0l; in GetCUPTITimeStamp() local