Advertisement
Guest User

Untitled

a guest
Jan 30th, 2017
30
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.25 KB | None | 0 0
  1. ##### GOMAXPROCS=2 runtime -cpu=1,2,4
  2. --- FAIL: TestCgoPprofPIE (0.23s)
  3. crash_cgo_test.go:305: 170ms of 190ms total (89.47%)
  4. Showing top 1 nodes out of 8 (cum >= 170ms)
  5. flat flat% sum% cum cum%
  6. 170ms 89.47% 89.47% 170ms 89.47% runtime._ExternalCode
  7. crash_cgo_test.go:311: missing cpuHog in pprof output
  8. --- FAIL: TestCgoPprof (0.12s)
  9. crash_cgo_test.go:305: 60ms of 80ms total (75.00%)
  10. Showing top 1 nodes out of 8 (cum >= 60ms)
  11. flat flat% sum% cum cum%
  12. 60ms 75.00% 75.00% 60ms 75.00% runtime._ExternalCode
  13. crash_cgo_test.go:311: missing cpuHog in pprof output
  14. --- FAIL: TestCgoPprofPIE (0.10s)
  15. crash_cgo_test.go:305: 30ms of 50ms total (60.00%)
  16. Showing top 1 nodes out of 8 (cum >= 30ms)
  17. flat flat% sum% cum cum%
  18. 30ms 60.00% 60.00% 30ms 60.00% runtime._ExternalCode
  19. crash_cgo_test.go:311: missing cpuHog in pprof output
  20. --- FAIL: TestCgoPprof (0.14s)
  21. crash_cgo_test.go:305: 70ms of 90ms total (77.78%)
  22. Showing top 1 nodes out of 8 (cum >= 70ms)
  23. flat flat% sum% cum cum%
  24. 70ms 77.78% 77.78% 70ms 77.78% runtime._ExternalCode
  25. crash_cgo_test.go:311: missing cpuHog in pprof output
  26. FAIL
  27. FAIL runtime 30.467s
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement