Sergei Trofimov
94cc17271e
sysfs_extractor: fixed pulled files verification.
...
When no files are listed for one the specified directoris, the
instrument checks whether there are any files in that directory on the
device. If that directory itself does not exist; that will result in an
error. This is now handled correctly.
2015-09-04 08:56:19 +01:00
Sergei Trofimov
9aadb9087a
http_assets: fixing that which was broken
2015-09-04 08:56:15 +01:00
Sergei Trofimov
2e35d4003f
nenamark: made duration configurable.
2015-09-03 17:29:42 +01:00
Sergei Trofimov
0d076fe8ba
andebench: added parameter to only run native portion of the benchmark.
2015-09-03 17:21:45 +01:00
Sergei Trofimov
bfed59a7cf
Adding an HTTP-based resource getter.
2015-09-03 13:55:44 +01:00
Sergei Trofimov
047308a904
ipython: pylint fixes
2015-09-03 12:07:41 +01:00
Sergei Trofimov
0179d45b5b
energy_model: minor fix for previous adjustment.
2015-09-03 11:06:26 +01:00
Sergei Trofimov
c04b98c75a
ipython: updated version check.
...
Version 4.0.0 changes API and breaks WA's usage of it. Updated version
check to only initialize ipython utils if version is < 4.0.0.
2015-09-02 17:39:11 +01:00
Sergei Trofimov
3501eccb8e
energy_model: yet another adjustment to leakage compensation.
2015-09-02 15:31:13 +01:00
Sergei Trofimov
a80780b9ed
energy_model: idle state fix
2015-09-01 16:19:53 +01:00
Sergei Trofimov
1b6b0907f9
energy_model: further fixes to idle measurement.
...
- Fix to core frequency to min
- Only disable idle states that are deeper than the measured state.
Keep shallower states enabed.
2015-08-28 17:12:24 +01:00
setrofim
4389a7d350
Merge pull request #46 from JaviMerino/fix_trace_warning
...
trace: fix data file trace name in warning
2015-08-28 16:05:16 +01:00
Javi Merino
227c39d95d
trace: fix data file trace name in warning
...
The warning refers to trace.bin, which is not the extension that we use
for it. Instead, use the variable with the default trace
name (trace.dat) for the warning.
2015-08-28 15:52:43 +01:00
Sergei Trofimov
25b9350fea
energy_model: fixing idle state handling to encompass all active cores on a cluster.
2015-08-26 12:48:22 +01:00
Sergei Trofimov
9b7b57a4d4
androbench: removed trailing spaces from metric names.
2015-08-21 13:58:00 +01:00
Sergei Trofimov
5aae705172
androbench: added early check for root on device; updated description with link to website.
2015-08-21 09:37:53 +01:00
setrofim
b653beacd3
Merge pull request #45 from bathepawan/master
...
Androbench Storage Benchmark
2015-08-21 09:16:28 +01:00
Sergei Trofimov
88f57e5251
Agenda: default config to dict
2015-08-21 08:34:49 +01:00
Pawan Bathe
f44fd9df7a
Change device pull to handle root,and renamed local file as well history.db from results.db
2015-08-20 21:25:55 +05:30
Pawan Bathe
8513304aeb
python sqlite3 to remove host/DUT dependencies + other changes
2015-08-19 21:53:50 +05:30
Pawan Bathe
e38c87f258
Fix pylint errors
2015-08-18 01:28:09 +05:30
Pawan Bathe
03a9470007
Fixed issue reported by pep8 checkers
2015-08-18 01:09:45 +05:30
Pawan Bathe
2d8b8ba799
moved UiAutomator code to java, and removed not required python code for device interfacing
2015-08-18 00:46:48 +05:30
Pawan Bathe
e4ee496bc9
Use sqllite3 instead of sqllite to remove host dependencies and result unit in proper format
2015-08-17 23:20:30 +05:30
Sergei Trofimov
205934d55b
juno: use bootargs on hard_reset with u-boot
2015-08-17 14:36:28 +01:00
Sergei Trofimov
95c3f049fb
trace_cmd: handle trace headers and thread names with spaces
2015-08-17 12:37:58 +01:00
Sergei Trofimov
25c0fd7b8b
Allow setting classifiers via agenda.
2015-08-17 10:37:40 +01:00
Pawan Bathe
1cf60c2615
Results format
2015-08-15 02:39:45 +05:30
Pawan Bathe
c3d8128ff3
Androbench Storage Benchmark Workload Addition
2015-08-15 02:10:08 +05:30
Sergei Trofimov
aa2ae03ce6
daq: daq_power.csv now matches the order of labels (if specified).
2015-08-13 16:10:58 +01:00
Sergei Trofimov
6137d5650f
delay: added fixed_before_start configuration; updated all to be very_slow
...
- fixed_before_start is a fixed time period equivalent to
temperature_before_start
- Changed existing *_between_specs and *_between_iterations callbacks to
be very_slow, as they should always run after everything else.
2015-08-12 16:12:38 +01:00
Sergei Trofimov
0703db05cf
rt-app: relaxing timeouts.
2015-08-12 11:53:29 +01:00
Sergei Trofimov
0e1990a2bb
ssh: fixed error reporting on failed exit code extraction.
2015-08-12 11:28:38 +01:00
Sergei Trofimov
14f5858e3d
pep8
2015-08-11 17:02:38 +01:00
Sergei Trofimov
a6d374bcff
wa create workload: better error reporting
...
Give more informative errors if Android SDK installed but no
platform has been downloaded.
2015-08-11 16:59:25 +01:00
Sergei Trofimov
85eba9c37a
Better error reporting for subprocess.CalledProcessError
2015-08-11 16:51:34 +01:00
Sergei Trofimov
1d67dd3b99
energy_model: adjusting to compensate for leakage when evaluating cluster power
2015-08-10 10:48:26 +01:00
Sergei Trofimov
ab45c4499f
utils.misc.normalize: only normalize string keys.
2015-08-10 10:42:20 +01:00
Sergei Trofimov
75e4b7d2ae
fps: filter out bogus actual-present times and ignore janks above PAUSE_LATENCY
...
The PAUSE_LATENCY thing is in line with what Google do inside
SurfaceFlingerHelper.
2015-08-06 11:20:58 +01:00
Sergei Trofimov
5e92728d77
pylint fixes
2015-07-27 10:11:59 +01:00
Sergei Trofimov
b5d879a90b
APK workloads: added an option to skip host-side APK check entirely.
2015-07-27 09:55:23 +01:00
Sergei Trofimov
507efaec48
perf: reverting type change for optionstring
2015-07-24 16:20:14 +01:00
Sergei Trofimov
0db14e2466
Updating energy_model to mitigate cluster power issue
...
A quadratic is now fitted to single and two-core power measured across
frequencies. This quadratic is then used in projection of cluster power.
This mitigates issues with cluster powers going negative or "crossing
over".
2015-07-24 08:11:23 +01:00
Sergei Trofimov
6ced04daf0
Fix for the previous fix...
2015-07-23 10:25:13 +01:00
Sergei Trofimov
b6064fa348
perf: fix for Android: killall sleep as root.
2015-07-23 10:17:01 +01:00
setrofim
6207f79f01
Merge pull request #41 from rockyzhang/patch-2
...
passing 'video' command line to Juno kernel
2015-07-21 18:09:45 +01:00
Sergei Trofimov
295b04fb5a
Updating jank calcluation to only count "large" janks.
2015-07-21 10:03:21 +01:00
Sergei Trofimov
19072530e4
daq: fix for the updated twisted support.
2015-07-21 08:35:36 +01:00
Sergei Trofimov
39ed42ccb9
daqpower: updating to work with new versions of twisted.
2015-07-20 17:40:02 +01:00
Sergei Trofimov
89da25c25e
cpustates: added "Running (unknown Hz)" state to the timeline.
2015-07-20 17:04:09 +01:00