~ubuntu-branches/ubuntu/wily/qtbase-opensource-src/wily

« back to all changes in this revision

Viewing changes to tests/auto/testlib/selftests/expected_benchlibeventcounter.txt

  • Committer: Package Import Robot
  • Author(s): Timo Jyrinki
  • Date: 2013-02-05 12:46:17 UTC
  • Revision ID: package-import@ubuntu.com-20130205124617-c8jouts182j002fx
Tags: upstream-5.0.1+dfsg
ImportĀ upstreamĀ versionĀ 5.0.1+dfsg

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
********* Start testing of tst_BenchlibEventCounter *********
 
2
Config: Using QTest library @INSERT_QT_VERSION_HERE@, Qt @INSERT_QT_VERSION_HERE@
 
3
PASS   : tst_BenchlibEventCounter::initTestCase()
 
4
PASS   : tst_BenchlibEventCounter::events(0)
 
5
RESULT : tst_BenchlibEventCounter::events():"0":
 
6
     0 events per iteration (total: 0, iterations: 1)
 
7
PASS   : tst_BenchlibEventCounter::events(1)
 
8
RESULT : tst_BenchlibEventCounter::events():"1":
 
9
     1 events per iteration (total: 1, iterations: 1)
 
10
PASS   : tst_BenchlibEventCounter::events(10)
 
11
RESULT : tst_BenchlibEventCounter::events():"10":
 
12
     10 events per iteration (total: 10, iterations: 1)
 
13
PASS   : tst_BenchlibEventCounter::events(100)
 
14
RESULT : tst_BenchlibEventCounter::events():"100":
 
15
     100 events per iteration (total: 100, iterations: 1)
 
16
PASS   : tst_BenchlibEventCounter::events(500)
 
17
RESULT : tst_BenchlibEventCounter::events():"500":
 
18
     500 events per iteration (total: 500, iterations: 1)
 
19
PASS   : tst_BenchlibEventCounter::events(5000)
 
20
RESULT : tst_BenchlibEventCounter::events():"5000":
 
21
     5,000 events per iteration (total: 5,000, iterations: 1)
 
22
PASS   : tst_BenchlibEventCounter::events(100000)
 
23
RESULT : tst_BenchlibEventCounter::events():"100000":
 
24
     100,000 events per iteration (total: 100,000, iterations: 1)
 
25
PASS   : tst_BenchlibEventCounter::cleanupTestCase()
 
26
Totals: 9 passed, 0 failed, 0 skipped
 
27
********* Finished testing of tst_BenchlibEventCounter *********