Home
last modified time | relevance | path

Searched defs:performance (Results 1 – 20 of 20) sorted by relevance

/third_party/mesa3d/src/intel/compiler/
Dbrw_ir_performance.h37 struct performance { struct
43 dependency_class() const in dependency_class()
73 * performance doesn't scale without limits as a function of its thread argument
80 performance(const performance &perf); argument
82 operator=(performance u); argument
Dbrw_ir_performance.cpp1639 brw::performance::performance(const fs_visitor *v) : in performance() function in brw::performance
1645 brw::performance::performance(const vec4_visitor *v) : in performance() function in brw::performance
/third_party/node/doc/api/
Dperf_hooks.md48 ### `performance.clearMarks([name])`
59 ### `performance.clearMeasures([name])`
70 ### `performance.clearResourceTimings([name])`
81 ### `performance.eventLoopUtilization([utilization1[, utilization2]])`
144 ### `performance.getEntries()`
157 ### `performance.getEntriesByName(name[, type])`
172 ### `performance.getEntriesByType(type)`
185 ### `performance.mark([name[, options]])`
213 ### `performance.markResourceTiming(timingInfo, requestedUrl, initiatorType, global, cacheMode)`
238 ### `performance.measure(name[, startMarkOrOptions[, endMark]])`
[all …]
Dworker_threads.md1102 #### `performance.eventLoopUtilization([utilization1[, utilization2]])`
/third_party/typescript/src/compiler/
DperformanceCore.ts9 performance: Performance; property
45 declare const performance: Performance | undefined; constant
79 …const { performance: nodePerformance, PerformanceObserver } = require("perf_hooks") as typeof impo… constant
/third_party/skia/third_party/externals/oboe/docs/
DFullGuide.md354 ### Using a high priority callback
452 ### Setting performance mode
/third_party/node/test/addons/non-node-context/
Dtest-perf-hooks-timerify.js16 `, { performance, assert }); property
/third_party/node/lib/
Dperf_hooks.js42 performance, property
/third_party/typescript/src/executeCommandLine/
DexecuteCommandLine.ts1071 const programTime = isPerformanceEnabled ? performance.getDuration("Program") : 0; constant
1072 const bindTime = isPerformanceEnabled ? performance.getDuration("Bind") : 0; constant
1073 const checkTime = isPerformanceEnabled ? performance.getDuration("Check") : 0; constant
1074 const emitTime = isPerformanceEnabled ? performance.getDuration("Emit") : 0; constant
/third_party/node/lib/internal/perf/
Dperformance.js236 const performance = new InternalPerformance(); constant
248 performance, property
/third_party/googletest/googletest/include/gtest/hwext/
Dgtest-tag.h73 static const int performance = Performance; variable
/third_party/node/lib/internal/
Dworker.js280 this.performance = { property
/third_party/node/src/
Dnode_perf.cc15 namespace performance { namespace
/third_party/typescript/tests/lib/
Dlib.d.ts16008 performance: Performance; property
16841 declare var performance: Performance; variable
/third_party/typescript/src/lib/
Dwebworker.generated.d.ts5505 readonly performance: Performance; property
Ddom.generated.d.ts16944 readonly performance: Performance; property
/third_party/typescript/lib/
Dlib.webworker.d.ts5525 readonly performance: Performance; property
Dlib.dom.d.ts16964 readonly performance: Performance; property
Dtsc.js3036 function hasRequiredAPI(performance, PerformanceObserver) { argument
3110 (function (performance) { argument
DtypingsInstaller.js3561 function hasRequiredAPI(performance, PerformanceObserver) { argument
3649 (function (performance) { argument