Home
last modified time | relevance | path

Searched defs:totalTime (Results 1 – 24 of 24) sorted by relevance

/third_party/node/deps/v8/tools/
Dprofile_view.mjs98 funcName, totalTime, selfTime, head) => argument
160 internalFuncName, totalTime, selfTime, head) { argument
Dprofile_view.js99 funcName, totalTime, selfTime, head) { argument
161 internalFuncName, totalTime, selfTime, head) { argument
/third_party/node/deps/npm/node_modules/@npmcli/arborist/bin/
Dindex.js66 const totalTime = `bin:${name}:init` constant
/third_party/skia/third_party/externals/angle2/samples/torus_lighting/
DTorusLightingES1.cpp69 void step(float dt, double totalTime) override { mAngle += kDegreesPerSecond * dt; } in step()
DTorusLightingES2.cpp97 void step(float dt, double totalTime) override { mAngle += kDegreesPerSecond * dt; } in step()
DTorusBufferStorage.cpp138 void step(float dt, double totalTime) override in step()
/third_party/skia/third_party/externals/angle2/samples/simple_vertex_shader/
DSimpleVertexShader.cpp79 void step(float dt, double totalTime) override in step()
/third_party/skia/third_party/externals/angle2/samples/post_sub_buffer/
DPostSubBuffer.cpp82 void step(float dt, double totalTime) override in step()
/third_party/lzma/CPP/7zip/Compress/
DLzmaEncoder.cpp285 static void PrintStat(HANDLE thread, UInt64 totalTime, const CBaseStat *prevStat) in PrintStat()
320 UInt64 totalTime = GetTime64(startTimeFT); in Z7_COM7F_IMF() local
/third_party/vk-gl-cts/modules/glshared/
DglsShaderPerformanceMeasurer.cpp304 deUint64 totalTime = measureState.getTotalTime(); in iterate() local
324 deUint64 totalTime = measureState.getTotalTime(); in logMeasurementInfo() local
/third_party/skia/third_party/externals/angle2/samples/particle_system/
DParticleSystem.cpp130 void step(float dt, double totalTime) override in step()
/third_party/skia/tools/viewer/
DStatsLayer.cpp125 double totalTime = 0; in onPaint() local
/third_party/skia/third_party/externals/angle2/samples/sample_util/
DSampleApplication.cpp149 void SampleApplication::step(float dt, double totalTime) {} in step()
/third_party/skia/third_party/externals/angle2/samples/multi_window/
DMultiWindow.cpp96 void step(float dt, double totalTime) override in step()
/third_party/skia/platform_tools/android/apps/AndroidKit/src/main/java/org/skia/androidkit/util/
DSkottieView.java185 double totalTime = mRenderer.getAnimation().getDuration(); in seekFrame() local
/third_party/openssl/apps/
Ds_time.c125 double totalTime = 0.0; in s_time_main() local
/third_party/node/deps/openssl/openssl/apps/
Ds_time.c125 double totalTime = 0.0; in s_time_main() local
/third_party/skia/third_party/externals/dawn/src/tests/perf_tests/
DDawnPerfTest.cpp313 double* totalTime = nullptr; in OutputResults() local
/third_party/lzma/CPP/7zip/UI/Console/
DMain.cpp619 UInt64 totalTime = curTime - creationTime; in PrintStat() local
733 const UInt64 totalTime = Get_timeofday_us() - startTime; in PrintStat() local
/third_party/skia/third_party/externals/dng_sdk/source/
Ddng_utils.cpp330 real64 totalTime = TickTimeInSeconds () - fStartTime; in ~dng_timer() local
/third_party/vk-gl-cts/modules/gles2/performance/
Des2pTextureUploadTests.cpp267 deUint64 totalTime = measureState.getTotalTime(); in logResults() local
Des2pShaderCompilationCases.cpp618 deInt64 totalTime (void) const { return sourceSetTime + vertexCompileTime + fragmentCompileTime; } in totalTime() function
/third_party/vk-gl-cts/modules/gles3/performance/
Des3pShaderCompilationCases.cpp618 deInt64 totalTime (void) const { return sourceSetTime + vertexCompileTime + fragmentCompileTime; } in totalTime() function
Des3pBufferDataUploadTests.cpp629 deUint64 totalTime; in busyWait() local