/third_party/node/test/sequential/ |
D | test-perf-hooks.js | 5 const { performance } = require('perf_hooks'); 10 assert(performance); 11 assert(performance.nodeTiming); 12 assert.strictEqual(typeof performance.timeOrigin, 'number'); 15 assert(Math.abs(performance.timeOrigin - Date.now()) < 15000); 17 const inited = performance.now(); 22 performance.mark('A'); 23 performance.clearMarks('A'); 25 performance.mark('B'); 26 performance.clearMarks(); [all …]
|
/third_party/typescript/src/compiler/ |
D | performanceCore.ts | 9 performance: Performance; property 43 declare const performance: Performance | undefined; constant 47 …function hasRequiredAPI(performance: Performance | undefined, PerformanceObserver: PerformanceObse… 48 return typeof performance === "object" && 49 typeof performance.timeOrigin === "number" && 50 typeof performance.mark === "function" && 51 typeof performance.measure === "function" && 52 typeof performance.now === "function" && 57 if (typeof performance === "object" && 59 hasRequiredAPI(performance, PerformanceObserver)) { [all …]
|
/third_party/vk-gl-cts/modules/gles3/performance/ |
D | BUILD.gn | 14 # deqp-gles3-performance build 26 "//third_party/vk-gl-cts/modules/gles3/performance/es3pBlendTests.cpp", 27 "//third_party/vk-gl-cts/modules/gles3/performance/es3pBufferDataUploadTests.cpp", 28 "//third_party/vk-gl-cts/modules/gles3/performance/es3pDepthTests.cpp", 29 "//third_party/vk-gl-cts/modules/gles3/performance/es3pPerformanceTests.cpp", 30 "//third_party/vk-gl-cts/modules/gles3/performance/es3pRedundantStateChangeTests.cpp", 31 "//third_party/vk-gl-cts/modules/gles3/performance/es3pShaderCompilationCases.cpp", 32 "//third_party/vk-gl-cts/modules/gles3/performance/es3pShaderCompilerTests.cpp", 33 "//third_party/vk-gl-cts/modules/gles3/performance/es3pShaderControlStatementTests.cpp", 34 "//third_party/vk-gl-cts/modules/gles3/performance/es3pShaderOperatorTests.cpp", [all …]
|
/third_party/vk-gl-cts/modules/gles2/performance/ |
D | BUILD.gn | 14 # deqp-gles2-performance build 26 "//third_party/vk-gl-cts/modules/gles2/performance/es2pBlendTests.cpp", 27 "//third_party/vk-gl-cts/modules/gles2/performance/es2pDrawCallBatchingTests.cpp", 28 "//third_party/vk-gl-cts/modules/gles2/performance/es2pPerformanceTests.cpp", 29 "//third_party/vk-gl-cts/modules/gles2/performance/es2pRedundantStateChangeTests.cpp", 30 "//third_party/vk-gl-cts/modules/gles2/performance/es2pShaderCompilationCases.cpp", 31 "//third_party/vk-gl-cts/modules/gles2/performance/es2pShaderCompilerTests.cpp", 32 "//third_party/vk-gl-cts/modules/gles2/performance/es2pShaderControlStatementTests.cpp", 33 "//third_party/vk-gl-cts/modules/gles2/performance/es2pShaderOperatorTests.cpp", 34 "//third_party/vk-gl-cts/modules/gles2/performance/es2pShaderOptimizationTests.cpp", [all …]
|
/third_party/vk-gl-cts/external/vulkan-docs/src/chapters/VK_KHR_performance_query/ |
D | queuefamily.txt | 5 …ueueFamilyPerformanceQueryCountersKHR',desc='Reports properties of the performance query counters … 7 To enumerate the performance query counters available on a queue family of a 13 family performance query counter properties will be queried. 62 This unit describes how to interpret the performance counter result. 64 The performance counter unit types which may: be returned in 69 * ename:VK_PERFORMANCE_COUNTER_UNIT_GENERIC_KHR - the performance counter 71 * ename:VK_PERFORMANCE_COUNTER_UNIT_PERCENTAGE_KHR - the performance 73 * ename:VK_PERFORMANCE_COUNTER_UNIT_NANOSECONDS_KHR - the performance 75 * ename:VK_PERFORMANCE_COUNTER_UNIT_BYTES_KHR - the performance counter 77 * ename:VK_PERFORMANCE_COUNTER_UNIT_BYTES_PER_SECOND_KHR - the performance [all …]
|
D | queuefamily.adoc | 5 …ueueFamilyPerformanceQueryCountersKHR',desc='Reports properties of the performance query counters … 7 To enumerate the performance query counters available on a queue family of a 13 family performance query counter properties will be queried. 62 This unit describes how to interpret the performance counter result. 64 The performance counter unit types which may: be returned in 69 * ename:VK_PERFORMANCE_COUNTER_UNIT_GENERIC_KHR - the performance counter 71 * ename:VK_PERFORMANCE_COUNTER_UNIT_PERCENTAGE_KHR - the performance 73 * ename:VK_PERFORMANCE_COUNTER_UNIT_NANOSECONDS_KHR - the performance 75 * ename:VK_PERFORMANCE_COUNTER_UNIT_BYTES_KHR - the performance counter 77 * ename:VK_PERFORMANCE_COUNTER_UNIT_BYTES_PER_SECOND_KHR - the performance [all …]
|
D | queriesperformance.txt | 5 [[queries-performance]] 9 performance counter information about the execution of command buffers, 12 Each queue family advertises the performance counters that can: be queried 15 Implementations may: limit access to performance counters based on platform 21 This may include no performance counters being enumerated, or a reduced set. 28 commands to get performance information for. 32 the same queue to record performance counter data. 36 The number of passes required for a given performance query pool can: be 45 Changing command buffer usage bits may: affect performance. 51 Performance counter results from a performance query pool can: be obtained [all …]
|
D | queriesperformance.adoc | 5 [[queries-performance]] 9 performance counter information about the execution of command buffers, 12 Each queue family advertises the performance counters that can: be queried 15 Implementations may: limit access to performance counters based on platform 21 This may include no performance counters being enumerated, or a reduced set. 28 commands to get performance information for. 32 the same queue to record performance counter data. 36 The number of passes required for a given performance query pool can: be 45 Changing command buffer usage bits may: affect performance. 51 Performance counter results from a performance query pool can: be obtained [all …]
|
D | querycreateinfo.adoc | 5 …reateInfoKHR',desc='Structure specifying parameters of a newly created performance query pool',typ… 15 performance query pool for. 20 to enable in this performance query pool. 39 …rmanceQueryPassesKHR',desc='Reports the number of passes require for a performance query pool type… 41 To query the number of passes required to query a performance query pool on 47 family performance query counter properties will be queried. 49 sname:VkQueryPoolPerformanceCreateInfoKHR of the performance query that 52 passes required to query the performance query pool, as described below.
|
D | querycreateinfo.txt | 5 …reateInfoKHR',desc='Structure specifying parameters of a newly created performance query pool',typ… 15 performance query pool for. 20 to enable in this performance query pool. 39 …rmanceQueryPassesKHR',desc='Reports the number of passes require for a performance query pool type… 41 To query the number of passes required to query a performance query pool on 47 family performance query counter properties will be queried. 49 sname:VkQueryPoolPerformanceCreateInfoKHR of the performance query that 52 passes required to query the performance query pool, as described below.
|
/third_party/node/test/fixtures/wpt/hr-time/ |
D | basic.any.js | 2 assert_true((self.performance !== undefined), "self.performance exists"); 3 assert_equals(typeof self.performance, "object", "self.performance is an object"); 4 assert_equals((typeof self.performance.now), "function", "self.performance.now() is a function"); 5 assert_equals(typeof self.performance.now(), "number", "self.performance.now() returns a number"); 9 assert_true(self.performance.now() > 0); 13 var now1 = self.performance.now(); 14 var now2 = self.performance.now(); 20 var initial_hrt = self.performance.now(); 23 var final_hrt = self.performance.now();
|
/third_party/mesa3d/src/intel/compiler/ |
D | brw_ir_performance.h | 37 struct performance { struct 38 performance(const fs_visitor *v); 39 performance(const vec4_visitor *v); 40 ~performance(); 80 performance(const performance &perf); argument 81 performance & 82 operator=(performance u); argument
|
/third_party/node/doc/api/ |
D | perf_hooks.md | 11 Node.js-specific performance measurements. 20 const { PerformanceObserver, performance } = require('perf_hooks'); 24 performance.clearMarks(); 27 performance.measure('Start to Now'); 29 performance.mark('A'); 31 performance.measure('A to Now', 'A'); 33 performance.mark('B'); 34 performance.measure('A to B', 'A', 'B'); 38 ## `perf_hooks.performance` 43 An object that can be used to collect performance metrics from the current [all …]
|
/third_party/vk-gl-cts/external/vulkan-docs/src/chapters/VK_INTEL_performance_query/ |
D | queries.txt | 6 [[queries-performance-intel]] 7 == Intel performance queries 9 Intel performance queries allow an application to capture performance data 16 [open,refpage='vkInitializePerformanceApiINTEL',desc='Initialize a device for performance queries',… 18 Prior to creating a performance query pool, initialize the device for 19 performance queries with the call: 45 [open,refpage='vkUninitializePerformanceApiINTEL',desc='Uninitialize a device for performance queri… 47 Once performance query operations have completed, uninitalize the device for 48 performance queries with the call: 57 [open,refpage='vkGetPerformanceParameterINTEL',desc='Query performance capabilities of the device',… [all …]
|
D | queries.adoc | 6 [[queries-performance-intel]] 7 == Intel performance queries 9 Intel performance queries allow an application to capture performance data 16 [open,refpage='vkInitializePerformanceApiINTEL',desc='Initialize a device for performance queries',… 18 Prior to creating a performance query pool, initialize the device for 19 performance queries with the call: 45 [open,refpage='vkUninitializePerformanceApiINTEL',desc='Uninitialize a device for performance queri… 47 Once performance query operations have completed, uninitialize the device 48 for performance queries with the call: 57 [open,refpage='vkGetPerformanceParameterINTEL',desc='Query performance capabilities of the device',… [all …]
|
/third_party/node/deps/npm/node_modules/performance-now/ |
D | README.md | 1 …performance-now [. 5 Modern browsers have a `window.performance` object with - among others - a `now` method which gives… 9 …/), the number of milliseconds reported by `performance.now` should be relative to the value of `p… 18 var now = require("performance-now") 29 performance-now is released under the [MIT License](http://opensource.org/licenses/MIT).
|
/third_party/node/test/parallel/ |
D | test-performance-function.js | 7 performance, 13 const n = performance.timerify(function noop() {}); 34 const n = performance.timerify(() => { 43 const n = performance.timerify(N); 64 assert.throws(() => performance.timerify(input), 76 const n = performance.timerify(m); 77 const o = performance.timerify(m); 78 const p = performance.timerify(n);
|
D | test-performance-measure.js | 6 const { PerformanceObserver, performance } = require('perf_hooks'); 18 performance.mark('A'); 20 performance.measure('Start to Now'); 21 performance.measure('A to Now', 'A'); 23 performance.mark('B'); 24 performance.measure('A to B', 'A', 'B');
|
D | test-performanceobserver.js | 13 performance, 69 performance.mark('42'); 95 performance.mark('test1'); 96 performance.mark('test2'); 97 performance.mark('test3'); 146 performance.mark('test1'); 147 performance.mark('test2'); 148 performance.measure('test3', 'test1', 'test2');
|
/third_party/flutter/flutter/.github/ISSUE_TEMPLATE/ |
D | performance.md | 2 name: I have a performance problem with my application 6 labels: 'severe: performance' 19 If you have found a performance problem, then fill our the template below. 35 Then press ‘P’ to enable the performance overlay. 38 constantly fixing bugs and improving its performance. Your problem in an 41 4. Record a video of the performance issue using another phone so we 43 "adb screenrecord", as that affects the performance of the profile run. 45 5. Open Observatory and save a timeline trace of the performance issue
|
/third_party/vk-gl-cts/doc/testspecs/GLES2/ |
D | performance.texture.format.txt | 19 Texture format performance tests 22 + dEQP-GLES2.performance.texture.format.* 25 + Texture lookup performance with all uncompressed texture formats 32 - Covered performance.texture.filtering and performance.texture.wrap 36 Test cases measure performance of 2D and cubemap texture lookups without 56 See performance.txt for more details on shader performance testing.
|
/third_party/openh264/autotest/performanceTest/ |
D | run_perfTest.sh | 20 echo Running the encoder performance test 23 echo Running the decoder performance test 56 echo Run the Encoder performance test on ios devices 65 echo Run the Encoder performance test on android devices 92 echo Run the Decoder performance test on ios devices 101 echo Run the Decoder performance test on android devices
|
/third_party/libwebsockets/minimal-examples/http-server/minimal-http-server-tls-mem/mount-origin/ |
D | example.js | 5 if ( performance && performance.timing.nextHopProtocol ) { 6 transport_protocol = performance.timing.nextHopProtocol; 11 var p = performance.getEntriesByType("resource");
|
/third_party/libwebsockets/minimal-examples/http-server/minimal-http-server-tls-80/mount-origin/ |
D | example.js | 5 if (performance && performance.timing.nextHopProtocol) { 6 transport_protocol = performance.timing.nextHopProtocol; 10 var p = performance.getEntriesByType("resource");
|
/third_party/libwebsockets/minimal-examples/http-server/minimal-http-server-tls/mount-origin/ |
D | example.js | 5 if ( performance && performance.timing.nextHopProtocol ) { 6 transport_protocol = performance.timing.nextHopProtocol; 11 var p = performance.getEntriesByType("resource");
|