OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:smoothness
(Results
1 - 6
of
6
) sorted by null
/external/chromium_org/tools/perf/benchmarks/
silk.py
6
from measurements import
smoothness
namespace
13
test =
smoothness
.
Smoothness
smoothness.py
9
from measurements import
smoothness
namespace
16
test =
smoothness
.
Smoothness
21
test =
smoothness
.
Smoothness
30
test =
smoothness
.
Smoothness
40
test =
smoothness
.
Smoothness
/external/chromium_org/tools/perf/measurements/
record_per_area.py
7
from metrics import
smoothness
namespace
21
smoothness
.SmoothnessMetrics.CustomizeBrowserOptions(options)
smoothness_unittest.py
4
from measurements import
smoothness
namespace
12
"""Smoke test for
smoothness
measurement
14
Runs
smoothness
measurement on a simple page and verifies
25
measurement =
smoothness
.
Smoothness
()
48
measurement =
smoothness
.
Smoothness
()
smoothness.py
5
from metrics import
smoothness
namespace
16
class
Smoothness
(page_measurement.PageMeasurement):
18
super(
Smoothness
, self).__init__('
smoothness
')
22
metric_choices = ['
smoothness
', 'timeline']
25
default='
smoothness
',
33
return hasattr(page, '
smoothness
')
36
if self.options.metric == '
smoothness
':
37
self._metric =
smoothness
.SmoothnessMetric()
48
if self.options.metric == '
smoothness
' and timeline_marker_name
[
all
...]
/external/chromium_org/tools/perf/metrics/
smoothness.js
9
* to characterize rendering
smoothness
.
Completed in 95 milliseconds