Advertisement
Guest User

Untitled

a guest
Jun 25th, 2017
55
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.00530 msecs per iteration (total: 265, iterations: 50000)
  5. RESULT : tst_QString::toUpper():"600a":
  6.      0.00623 msecs per iteration (total: 312, iterations: 50000)
  7. RESULT : tst_QString::toUpper():"300A+300a":
  8.      0.00617 msecs per iteration (total: 309, iterations: 50000)
  9. RESULT : tst_QString::toUpper():"300a+300A":
  10.      0.00623 msecs per iteration (total: 312, iterations: 50000)
  11. RESULT : tst_QString::toUpper():"300<10400>":
  12.      0.00327 msecs per iteration (total: 164, iterations: 50000)
  13. RESULT : tst_QString::toUpper():"300<10428>":
  14.      0.00496 msecs per iteration (total: 248, iterations: 50000)
  15. RESULT : tst_QString::toUpper():"150<10400>+150<10428>":
  16.      0.00412 msecs per iteration (total: 206, iterations: 50000)
  17. RESULT : tst_QString::toUpper():"150<10428>+150<10400>":
  18.      0.00402 msecs per iteration (total: 201, iterations: 50000)
  19. RESULT : tst_QString::toUpper():"300A+150<10400>":
  20.      0.00447 msecs per iteration (total: 224, iterations: 50000)
  21. RESULT : tst_QString::toUpper():"300A+150<10428>":
  22.      0.00515 msecs per iteration (total: 258, iterations: 50000)
  23. RESULT : tst_QString::toUpper():"300a+150<10400>":
  24.      0.00534 msecs per iteration (total: 267, iterations: 50000)
  25. RESULT : tst_QString::toUpper():"300a+150<10428>":
  26.      0.00515 msecs per iteration (total: 258, iterations: 50000)
  27. RESULT : tst_QString::toUpper():"600<FB03> (ligature)":
  28.      0.0170 msecs per iteration (total: 853, iterations: 50000)
  29. PASS   : tst_QString::toUpper()
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement