OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:Performance
(Results
1 - 25
of
50
) sorted by null
1
2
/external/chromium_org/third_party/WebKit/Source/core/page/
Performance.h
56
class
Performance
: public ScriptWrappable, public RefCounted<
Performance
>, public DOMWindowProperty, public EventTarget {
58
static PassRefPtr<
Performance
> create(Frame* frame) { return adoptRef(new
Performance
(frame)); }
59
~
Performance
();
80
using RefCounted<
Performance
>::ref;
81
using RefCounted<
Performance
>::deref;
90
explicit
Performance
(Frame*);
PerformanceUserTiming.h
39
class
Performance
;
47
static PassRefPtr<UserTiming> create(
Performance
*
performance
) { return adoptRef(new UserTiming(
performance
)); }
62
explicit UserTiming(
Performance
*);
65
Performance
* m_performance;
Performance.cpp
33
#include "core/page/
Performance
.h"
53
Performance
::
Performance
(Frame* frame)
63
Performance
::~
Performance
()
67
const AtomicString&
Performance
::interfaceName() const
72
ScriptExecutionContext*
Performance
::scriptExecutionContext() const
79
PassRefPtr<MemoryInfo>
Performance
::memory() const
84
PerformanceNavigation*
Performance
::navigation() const
92
PerformanceTiming*
Performance
::timing() cons
[
all
...]
Performance.idl
33
interface
Performance
: EventTarget {
DOMWindow.h
64
class
Performance
;
362
Performance
*
performance
() const;
419
mutable RefPtr<
Performance
> m_performance;
PerformanceUserTiming.cpp
31
#include "core/page/
Performance
.h"
72
UserTiming::UserTiming(
Performance
*
performance
)
73
: m_performance(
performance
)
Window.idl
161
[Replaceable] readonly attribute
Performance
performance
;
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.test.performance.ui/
plugin.properties
11
Bundle-Name= Ui
Performance
Test Framework Plug-in
/external/chromium_org/third_party/WebKit/public/web/
WebPerformance.h
38
namespace WebCore { class
Performance
; }
85
WebPerformance(const WTF::PassRefPtr<WebCore::
Performance
>&);
86
WebPerformance& operator=(const WTF::PassRefPtr<WebCore::
Performance
>&);
87
operator WTF::PassRefPtr<WebCore::
Performance
>() const;
91
WebPrivatePtr<WebCore::
Performance
> m_private;
/external/valgrind/main/exp-bbv/tests/amd64-linux/
complex_rep.S
5
#
Performance
counters give us 8207 insns
/external/valgrind/main/exp-bbv/tests/x86/
complex_rep.S
5
#
Performance
counters give us 8207 insns
/external/chromium_org/third_party/WebKit/Source/web/
WebPerformance.cpp
34
#include "core/page/
Performance
.h"
171
WebPerformance::WebPerformance(const PassRefPtr<
Performance
>&
performance
)
172
: m_private(
performance
)
176
WebPerformance& WebPerformance::operator=(const PassRefPtr<
Performance
>&
performance
)
178
m_private =
performance
;
182
WebPerformance::operator PassRefPtr<
Performance
>() const
/external/chromium_org/third_party/tcmalloc/vendor/packages/rpm/
rpm.spec
6
Summary:
Performance
tools for C++
21
performance
of C++ programs. This includes an optimized thread-caching
25
Summary:
Performance
tools for C++
/packages/apps/Browser/src/com/android/browser/
Performance.java
26
*
Performance
analysis
28
public class
Performance
{
37
//
Performance
probe
Controller.java
176
// FIXME, temp address onPrepareMenu
performance
problem.
846
Performance
.tracePageStart(url);
848
//
Performance
probe
850
Performance
.onPageStarted();
860
//
Performance
probe
862
Performance
.onPageFinished(tab.getUrl());
865
Performance
.tracePageFinished();
[
all
...]
/external/chromium_org/third_party/jstemplate/
jstemplate_example.js
71
*
Performance
test: jst initial processing.
86
*
Performance
test: jst reprocessing or previous processing output.
98
*
Performance
test: jst initial processing, with display:none during
117
*
Performance
test: create output procedurally as string and assign
/external/chromium_org/v8/test/intl/overrides/
caching.js
28
//
Performance
test for overriden methods. Makes sure that default case
/external/chromium_org/ipc/
ipc_perftests.cc
223
TEST_F(IPCChannelPerfTest,
Performance
) {
/external/chromium_org/third_party/sqlite/src/tool/
mksqlite3c.tcl
56
** possible if the files were compiled separately.
Performance
improvements
/external/chromium_org/v8/test/mjsunit/
fuzz-natives-part1.js
183
//
Performance
critical functions which cannot afford type checks.
fuzz-natives-part2.js
183
//
Performance
critical functions which cannot afford type checks.
fuzz-natives-part3.js
183
//
Performance
critical functions which cannot afford type checks.
fuzz-natives-part4.js
183
//
Performance
critical functions which cannot afford type checks.
/external/v8/test/mjsunit/
fuzz-natives.js
177
//
Performance
critical functions which cannot afford type checks.
/dalvik/vm/
Dvm.mk
37
# Optional features. These may impact the size or
performance
of the VM.
70
# "
Performance
" profile:
Completed in 3854 milliseconds
1
2