Advertisement
Guest User

Untitled

a guest
Jun 25th, 2017
57
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
C++ 1.58 KB | None | 0 0
  1. Config: Using QTest library 4.8.0, Qt 4.8.0
  2. PASS   : tst_QString::initTestCase()
  3. RESULT : tst_QString::toUpper():"600A":
  4.      0.00551 msecs per iteration (total: 276, iterations: 50000)
  5. RESULT : tst_QString::toUpper():"600a":
  6.      0.00617 msecs per iteration (total: 309, iterations: 50000)
  7. RESULT : tst_QString::toUpper():"300A+300a":
  8.      0.00634 msecs per iteration (total: 317, iterations: 50000)
  9. RESULT : tst_QString::toUpper():"300a+300A":
  10.      0.00617 msecs per iteration (total: 309, iterations: 50000)
  11. RESULT : tst_QString::toUpper():"300<10400>":
  12.      0.00627 msecs per iteration (total: 314, iterations: 50000)
  13. RESULT : tst_QString::toUpper():"300<10428>":
  14.      0.00717 msecs per iteration (total: 359, iterations: 50000)
  15. RESULT : tst_QString::toUpper():"150<10400>+150<10428>":
  16.      0.00708 msecs per iteration (total: 354, iterations: 50000)
  17. RESULT : tst_QString::toUpper():"150<10428>+150<10400>":
  18.      0.00732 msecs per iteration (total: 366, iterations: 50000)
  19. RESULT : tst_QString::toUpper():"300A+150<10400>":
  20.      0.00587 msecs per iteration (total: 294, iterations: 50000)
  21. RESULT : tst_QString::toUpper():"300A+150<10428>":
  22.      0.00677 msecs per iteration (total: 339, iterations: 50000)
  23. RESULT : tst_QString::toUpper():"300a+150<10400>":
  24.      0.00691 msecs per iteration (total: 346, iterations: 50000)
  25. RESULT : tst_QString::toUpper():"300a+150<10428>":
  26.      0.00670 msecs per iteration (total: 335, iterations: 50000)
  27. RESULT : tst_QString::toUpper():"600<FB03> (ligature)":
  28.      0.0168 msecs per iteration (total: 845, iterations: 50000)
  29. PASS   : tst_QString::toUpper()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement