Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(814)

Issue 2656303003: Test virtual interface [NOT FOR REVIEW] (Closed)

Created:
3 years, 10 months ago by kraynov
Modified:
3 years, 9 months ago
CC:
picksi
Target Ref:
refs/pending/heads/master
Project:
chromium
Visibility:
Public.

Description

Test virtual interface [NOT FOR REVIEW] BUG=685733

Patch Set 1 #

Total comments: 5

Patch Set 2 : rebase #

Patch Set 3 : rebase #

Patch Set 4 : more realistic #

Patch Set 5 : results #

Unified diffs Side-by-side diffs Delta from patch set Stats (+396 lines, -0 lines) Patch
M components/tracing/BUILD.gn View 1 chunk +2 lines, -0 lines 0 comments Download
A components/tracing/test/results_desktop.txt View 1 2 3 4 1 chunk +99 lines, -0 lines 0 comments Download
A components/tracing/test/results_nexus5.txt View 1 2 3 4 1 chunk +99 lines, -0 lines 0 comments Download
M components/tracing/test/trace_event_perftest.cc View 1 2 2 chunks +26 lines, -0 lines 0 comments Download
A components/tracing/test/tracing_interface_simulator.h View 1 2 3 1 chunk +71 lines, -0 lines 0 comments Download
A components/tracing/test/tracing_interface_simulator.cc View 1 2 3 1 chunk +66 lines, -0 lines 0 comments Download
A components/tracing/test/tracing_virtual_tradeoff.py View 1 2 3 4 1 chunk +33 lines, -0 lines 0 comments Download

Messages

Total messages: 7 (2 generated)
kraynov
Seems to have comparable performance, but usually virtual interface version is slower. *RESULT TraceEventPerfTest.Submit_10000_TRACE_EVENT_TEST_via_virtual_calls: events= ...
3 years, 10 months ago (2017-01-27 14:50:09 UTC) #3
Primiano Tucci (use gerrit)
The example is a bit fake, see the comment in the code. can we make ...
3 years, 10 months ago (2017-01-27 21:26:10 UTC) #4
kraynov
Based on 20 runs. Desktop: Median virtual (events): 83 ms Median direct (events): 80 ms ...
3 years, 10 months ago (2017-02-01 18:49:18 UTC) #5
Primiano Tucci (use gerrit)
On 2017/02/01 18:49:18, kraynov wrote: > Based on 20 runs. > > Desktop: > Median ...
3 years, 10 months ago (2017-02-01 19:17:18 UTC) #6
kraynov
3 years, 10 months ago (2017-02-01 19:21:58 UTC) #7
Yes, for 50K

Values per TRACE_EVENT0

Desktop:
- today: 1.60 us
- virtual: 1.66 us

Nexus 5:
- today: 50.2 us
- virtual: 51.6 us

Powered by Google App Engine
This is Rietveld 408576698