HomeSort by relevance Sort by last modified time
    Searched refs:Performance (Results 76 - 100 of 117) sorted by null

1 2 34 5

  /device/linaro/bootloader/edk2/IntelFrameworkModulePkg/Universal/BdsDxe/
Bds.h 39 #include <Guid/Performance.h>
  /external/deqp/modules/gles2/performance/
es2pBlendTests.cpp 21 * \brief Blend performance tests.
35 namespace Performance
124 : TestCaseGroup(context, "blend", "Blend Performance Tests")
167 } // Performance
es2pTextureCases.cpp 21 * \brief Texture format performance tests.
40 namespace Performance
227 } // Performance
es2pStateChangeCallTests.cpp 21 * \brief State change call performance tests.
33 namespace Performance
913 } // Performance
es2pTextureUploadTests.cpp 21 * \brief Texture upload performance tests.
54 namespace Performance
279 log << TestLog::Float("AverageTexelPerf", "Average texel upload performance\t\t", "MTex/s", QP_KEY_TAG_PERFORMANCE, (float)avgMTexelsPerSeconds);
281 log << TestLog::Float("MedianTexelPerf", "Median texel upload performance\t\t", "MTex/s", QP_KEY_TAG_PERFORMANCE, (float)medianMTexelsPerSeconds);
562 } // Performance
es2pDrawCallBatchingTests.cpp 21 * \brief Draw call batching performance tests
59 namespace Performance
958 return "Test performance of batched rendering against non-batched rendering.";
964 : TestCaseGroup(context, "draw_call_batching", "Draw call batching performance tests.")
1021 TestCaseGroup* callCountGroup = new TestCaseGroup(m_context, (de::toString(drawCallCount) + (drawCallCount == 1 ? "_draw" : "_draws")).c_str(), ("Test batched rendering performance with " + de::toString(drawCallCount) + " draw calls.").c_str());
    [all...]
es2pShaderControlStatementTests.cpp 21 * \brief Shader control statement performance tests.
38 namespace Performance
836 : TestCaseGroup(context, "control_statement", "Control Statement Performance Tests")
848 tcu::TestCaseGroup* ifElseGroup = new tcu::TestCaseGroup(m_testCtx, "if_else", "if-else Conditional Performance Tests");
916 {LoopCase::LOOP_FOR, "for", "for Loop Performance Tests"},
917 {LoopCase::LOOP_WHILE, "while", "while Loop Performance Tests"},
918 {LoopCase::LOOP_DO_WHILE, "do_while", "do-while Loop Performance Tests"}
963 } // Performance
es2pShaderOptimizationTests.cpp 21 * \brief Optimized vs unoptimized shader performance tests.
57 namespace Performance
287 log << TestLog::Message << "Unoptimized / optimized " << relevantResultName << " performance ratio: " << ratio << TestLog::EndMessage;
290 log << TestLog::Message << "Note: " << handOptimizationGain << "% performance gain was achieved with hand-optimized version" << TestLog::EndMessage;
292 log << TestLog::Message << "Note: hand-optimization degraded performance by " << -handOptimizationGain << "%" << TestLog::EndMessage;
468 return optimized ? " value = vec4(0.4, 0.5, 0.6, 0.7) * value; // NOTE: factor doesn't necessarily match the one in unoptimized shader, but shouldn't make a difference performance-wise\n"
484 return optimized ? " value = vec4(0.4, 0.5, 0.6, 0.7) * value; // NOTE: factor doesn't necessarily match the one in unoptimized shader, but shouldn't make a difference performance-wise\n"
504 return optimized ? " value = vec4(0.4, 0.5, 0.6, 0.7) * value; // NOTE: factor doesn't necessarily match the one in unoptimized shader, but shouldn't make a difference performance-wise\n"
854 : TestCaseGroup(context, "optimization", "Shader Optimization Performance Tests")
    [all...]
  /external/grpc-grpc/src/csharp/Grpc.Core.Tests/Internal/
TimespecTest.cs 159 [Category("Performance")]
168 [Category("Performance")]
  /device/linaro/bootloader/edk2/MdeModulePkg/Universal/Acpi/FirmwarePerformanceDataTableDxe/
FirmwarePerformanceDxe.c 2 This module install ACPI Firmware Performance Data Table (FPDT).
4 This module register report status code listener to collect performance data
5 for Firmware Basic Boot Performance Record and other boot performance records,
79 // Firmware Basic Boot Performance Table Pointer Record.
91 // S3 Performance Table Pointer Record.
139 // These values will be updated by Firmware Performance PEIM.
152 // These values will be updated bye Firmware Performance SMM driver.
229 to allocate S3 performance table memory and save the pointer to LockBox.
249 // The memory for S3 performance table should have been ready,
    [all...]
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/UefiBootManagerLib/
InternalBm.h 52 #include <Guid/Performance.h>
187 Writes performance data of booting into the allocated memory.
  /device/linaro/bootloader/edk2/PerformancePkg/Dp_App/
DpUtilities.c 36 #include <Guid/Performance.h>
Dp.c 2 Shell application for Displaying Performance Metrics.
4 The Dp application reads performance data and presents it in several
39 #include <Guid/Performance.h>
187 Dump performance data.
404 // Get the Performance counter characteristics:
414 // Determine in which direction the performance counter counts.
423 // print performance timer characteristics
DpTrace.c 27 #include <Guid/Performance.h>
34 Collect verbose statistics about the logged performance measurements.
45 current performance logs.
  /device/linaro/bootloader/edk2/ShellPkg/Library/UefiDpLib/
DpUtilities.c 37 #include <Guid/Performance.h>
Dp.c 2 Shell command for Displaying Performance Metrics.
4 The Dp command reads performance data and presents it in several
40 #include <Guid/Performance.h>
135 Dump performance data.
281 // Get the Performance counter characteristics:
291 // Determine in which direction the performance counter counts.
300 // print performance timer characteristics
DpTrace.c 27 #include <Guid/Performance.h>
34 Collect verbose statistics about the logged performance measurements.
45 current performance logs.
    [all...]
  /external/deqp/modules/gles3/performance/
es3pBlendTests.cpp 21 * \brief Blend performance tests.
35 namespace Performance
127 : TestCaseGroup(context, "blend", "Blend Performance Tests")
174 } // Performance
es3pTextureCases.cpp 21 * \brief Texture format performance tests.
41 namespace Performance
254 } // Performance
es3pStateChangeCallTests.cpp 21 * \brief State change call performance tests.
33 namespace Performance
1046 } // Performance
  /external/libchrome/mojo/public/js/
base.js 43 // Performance tip: Avoid loading the same mojom.js file multiple times.
  /external/walt/docs/
AudioLatency.md 9 [High Performance Audio website](http://googlesamples.github.io/android-audio-high-performance/).
21 [recommended to constantly enqueue buffers containing silence](http://googlesamples.github.io/android-audio-high-performance/guides/audio-output-latency.html#avoid-warm-up-latency).
  /device/linaro/bootloader/edk2/MdeModulePkg/Library/PeiPerformanceLib/
PeiPerformanceLib.c 2 Performance library instance used in PEI phase.
4 This file implements all APIs in Performance Library class in MdePkg. It creates
5 performance logging GUIDed HOB on the first performance logging and then logs the
6 performance data to the GUIDed HOB. Due to the limitation of temporary RAM, the maximum
7 number of performance logging entry is specified by PcdMaxPeiPerformanceLogEntries or
25 #include <Guid/Performance.h>
37 Gets the GUID HOB for PEI performance.
39 This internal function searches for the GUID HOB for PEI performance.
41 It outputs the data area of that GUID HOB to record performance log.
    [all...]
  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Foundation/Library/Dxe/EfiDriverLib/
Perf.c 18 Support for Performance primatives.
24 #include EFI_PROTOCOL_DEFINITION (Performance)
61 // Performance protocol instance data structure
598 Install gEfiPerformanceProtocolGuid protocol and transfer PEI performance to gauge data nodes.
604 Ticker - End tick for PEI performance
799 Transfer PEI performance data to gauge data node.
  /device/linaro/bootloader/edk2/UefiCpuPkg/Universal/Acpi/S3Resume2Pei/
S3Resume.c 24 #include <Guid/Performance.h>
268 Performance measure function to get S3 detailed performance data.
270 This function will getS3 detailed performance data and saved in pre-reserved ACPI memory.
325 DEBUG ((EFI_D_ERROR, "Fail to retrieve variable to log S3 performance data \n"));
332 DEBUG ((EFI_D_ERROR, "Performance data in ACPI memory get corrupted! \n"));
348 // Get S3 detailed performance data
363 // Use File Handle to specify the different performance log for PEIM.
381 // Only Record > 1ms performance data so that more big performance can be recorded.
    [all...]

Completed in 1148 milliseconds

1 2 34 5