Home
last modified time | relevance | path

Searched refs:Performance (Results 1 – 25 of 268) sorted by relevance

1234567891011

/external/chromium_org/third_party/WebKit/Source/core/timing/
DPerformance.cpp48 Performance::Performance(LocalFrame* frame) in Performance() function in blink::Performance
56 Performance::~Performance() in ~Performance()
60 const AtomicString& Performance::interfaceName() const in interfaceName()
62 return EventTargetNames::Performance; in interfaceName()
65 ExecutionContext* Performance::executionContext() const in executionContext()
72 PassRefPtrWillBeRawPtr<MemoryInfo> Performance::memory() const in memory()
77 PerformanceNavigation* Performance::navigation() const in navigation()
85 PerformanceTiming* Performance::timing() const in timing()
93 PerformanceEntryVector Performance::getEntries() const in getEntries()
108 PerformanceEntryVector Performance::getEntriesByType(const String& entryType) in getEntriesByType()
[all …]
DPerformance.h58 class Performance FINAL : public RefCountedWillBeGarbageCollectedFinalized<Performance>, public DOM…
60 REFCOUNTED_EVENT_TARGET(Performance);
61 WILL_BE_USING_GARBAGE_COLLECTED_MIXIN(Performance);
63 static PassRefPtrWillBeRawPtr<Performance> create(LocalFrame* frame) in create()
65 return adoptRefWillBeNoop(new Performance(frame)); in create()
67 virtual ~Performance();
97 explicit Performance(LocalFrame*);
DPerformanceUserTiming.h41 class Performance; variable
49 static PassRefPtrWillBeRawPtr<UserTiming> create(Performance* performance) in create()
69 explicit UserTiming(Performance*);
72 RawPtrWillBeMember<Performance> m_performance;
/external/chromium_org/v8/
DChangeLog3 Performance and stability improvements on all platforms.
12 Performance and stability improvements on all platforms.
17 Performance and stability improvements on all platforms.
22 Performance and stability improvements on all platforms.
29 Performance and stability improvements on all platforms.
41 Performance and stability improvements on all platforms.
51 Performance and stability improvements on all platforms.
65 Performance and stability improvements on all platforms.
76 Performance and stability improvements on all platforms.
85 Performance and stability improvements on all platforms.
[all …]
/external/chromium_org/third_party/WebKit/public/web/
DWebPerformance.h44 class Performance; variable
89 WebPerformance(const PassRefPtrWillBeRawPtr<Performance>&);
90 WebPerformance& operator=(const PassRefPtrWillBeRawPtr<Performance>&);
94 WebPrivatePtr<Performance> m_private;
/external/linux-tools-perf/perf-3.12.0/tools/perf/Documentation/
Dperf.txt6 perf - Performance analysis tools for Linux
15 Performance counters for Linux are a new kernel-based subsystem
17 covers hardware level (CPU/PMU, Performance Monitoring Unit) features
/external/jsoncpp/doc/
Droadmap.dox28 - Performance oriented parser/writer:
31 \section ms_perfo Performance tuning
34 - Performance scenario & benchmarking
/external/chromium_org/third_party/WebKit/Source/web/
DWebPerformance.cpp169 WebPerformance::WebPerformance(const PassRefPtrWillBeRawPtr<Performance>& performance) in WebPerformance()
174 WebPerformance& WebPerformance::operator=(const PassRefPtrWillBeRawPtr<Performance>& performance) in operator =()
/external/deqp/modules/gles3/performance/
Des3pShaderCompilationCases.hpp33 namespace Performance namespace
Des3pShaderCompilerTests.cpp32 namespace Performance namespace
Des3pShaderOptimizationTests.hpp33 namespace Performance namespace
Des3pShaderCompilerTests.hpp33 namespace Performance namespace
Des3pPerformanceTests.hpp33 namespace Performance namespace
Des3pTextureCountTests.hpp33 namespace Performance namespace
/external/deqp/modules/gles2/performance/
Des2pShaderCompilationCases.hpp33 namespace Performance namespace
Des2pShaderCompilerTests.cpp32 namespace Performance namespace
Des2pTextureUploadTests.hpp34 namespace Performance namespace
Des2pStateChangeTests.hpp33 namespace Performance namespace
Des2pRedundantStateChangeTests.hpp33 namespace Performance namespace
Des2pDrawCallBatchingTests.hpp33 namespace Performance namespace
Des2pTextureFormatTests.hpp33 namespace Performance namespace
Des2pShaderOperatorTests.hpp33 namespace Performance namespace
Des2pPerformanceTests.hpp33 namespace Performance namespace
Des2pTextureFilteringTests.hpp33 namespace Performance namespace
/external/chromium_org/third_party/tcmalloc/vendor/packages/rpm/
Drpm.spec6 Summary: Performance tools for C++
25 Summary: Performance tools for C++

1234567891011