Advertisement
Guest User

Test output

a guest
Apr 5th, 2014
78
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.74 KB | None | 0 0
  1. > gmake test
  2. gmake -C src/runtime test
  3. gmake[1]: Entering directory `/home/vasily/mycprofiler/src/runtime'
  4. RUNTESTS=tests EXAMPLE=example PROFLIB=libvsprof.so ./run-tests.sh
  5. Parse parameters
  6. max_samples=10000, sample_interval=1000, profile_all=0 save_backtrace=0
  7. Initializing sample queue
  8. Setting interrupt handlers
  9.  
  10.  
  11. CUnit - A Unit testing framework for C - Version 2.1-0
  12. http://cunit.sourceforge.net/
  13.  
  14.  
  15. Suite: sample queue
  16. Test: push/pop 1 ... passed
  17. Test: push_pop 2 ... passed
  18. Test: push_pop 3 ... passed
  19.  
  20. --Run Summary: Type Total Ran Passed Failed
  21. suites 1 1 n/a 0
  22. tests 3 3 3 0
  23. asserts 37 37 37 0
  24. Stopping timer, anyway
  25. Saving results
  26. Saving process map
  27. Freeing sample queue
  28. Running profiler without saving backtrace...
  29. Parse parameters
  30. max_samples=10000, sample_interval=1000, profile_all=1 save_backtrace=0
  31. Initializing sample queue
  32. Setting interrupt handlers
  33. Running timer
  34. Doubling the size for sample queue 0x800a1ce10
  35. Doubling the size for sample queue 0x800a1ce10
  36. Doubling the size for sample queue 0x800a1ce10
  37. 0xb8
  38. Stopping timer, anyway
  39. Saving results
  40. Saving process map
  41. Freeing sample queue
  42. Done. Number of samples:
  43. 10000 prof.smpl
  44. Running profiler with saving backtrace...
  45. Parse parameters
  46. max_samples=10000, sample_interval=1000, profile_all=1 save_backtrace=1
  47. Initializing sample queue
  48. Setting interrupt handlers
  49. Running timer
  50. Doubling the size for sample queue 0x800a1ce10
  51. Doubling the size for sample queue 0x800a1ce10
  52. Doubling the size for sample queue 0x800a1ce10
  53. Doubling the size for sample queue 0x800a1ce10
  54. Doubling the size for sample queue 0x800a1ce10
  55. 0xb8
  56. Stopping timer, anyway
  57. Saving results
  58. Saving process map
  59. Freeing sample queue
  60. Done. Number of samples:
  61. 10000 prof.smpl
  62. gmake[1]: Leaving directory `/home/vasily/mycprofiler/src/runtime'
  63. gmake -C src/analizer test
  64. gmake[1]: Entering directory `/home/vasily/mycprofiler/src/analizer'
  65. sh os-name.sh
  66. sbcl --script tests.lisp
  67. WARNING:
  68. compiling #<STATIC-FILE "trivial-shell" "website" "source" "index.md"> completed without its input file #P"/home/va
  69. sily/.asd/trivial-shell/website/source/index.md"
  70. WARNING:
  71. loading #<STATIC-FILE "trivial-shell" "website" "source" "index.md"> completed without its input file #P"/home/vasi
  72. ly/.asd/trivial-shell/website/source/index.md"
  73.  
  74. (#S(REPORT-ENTRY
  75. :ID 4196272
  76. :SELF 7006
  77. :CUMUL 7006
  78. :KNOWN T
  79. :FN-NAME "crc8"
  80. :OBJ-NAME "/home/vasily/mycprofiler/src/runtime/example")
  81. #S(REPORT-ENTRY
  82. :ID 34366148608
  83. :SELF 0
  84. :CUMUL 10000
  85. :KNOWN NIL
  86. :FN-NAME "<Unknown function>"
  87. :OBJ-NAME NIL)
  88. #S(REPORT-ENTRY
  89. :ID 4195712
  90. :SELF 0
  91. :CUMUL 10000
  92. :KNOWN T
  93. :FN-NAME "_start"
  94. :OBJ-NAME "/home/vasily/mycprofiler/src/runtime/example")
  95. #S(REPORT-ENTRY
  96. :ID 4196592
  97. :SELF 372
  98. :CUMUL 9984
  99. :KNOWN T
  100. :FN-NAME "main"
  101. :OBJ-NAME "/home/vasily/mycprofiler/src/runtime/example")
  102. #S(REPORT-ENTRY
  103. :ID 4196544
  104. :SELF 202
  105. :CUMUL 2568
  106. :KNOWN T
  107. :FN-NAME "get_value"
  108. :OBJ-NAME "/home/vasily/mycprofiler/src/runtime/example")
  109. #S(REPORT-ENTRY
  110. :ID 4196464
  111. :SELF 2420
  112. :CUMUL 2420
  113. :KNOWN T
  114. :FN-NAME "factor"
  115. :OBJ-NAME "/home/vasily/mycprofiler/src/runtime/example"))
  116. (C-S)(main) - C(get_value) - C(crc8) = 38
  117. (C-S)(get_value) - C(factor) = -54
  118. (C-S)(factor) - = 0
  119. (C-S)(crc8) - = 0
  120. gmake[1]: Leaving directory `/home/vasily/mycprofiler/src/analizer'
  121. > exit
  122.  
  123. Process terminal finished
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement