functor 1.8 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950
  1. Ticks for Agda.Primitive
  2. max-open-constraints = 0
  3. pointers = 0
  4. pointers (reused) = 0
  5. max-open-metas = 1
  6. metas = 5
  7. equal terms = 9
  8. Ticks for Functor
  9. max-open-constraints = 0
  10. pointers = 0
  11. pointers (reused) = 0
  12. max-open-metas = 8
  13. equal terms = 92
  14. unequal terms = 118
  15. metas = 132
  16. agda -v0 -v profile:100 misc/Functor.agda -imisc --ignore-interfaces +RTS -slogs/.tmp
  17. 120,714,208 bytes allocated in the heap
  18. 26,006,320 bytes copied during GC
  19. 3,308,856 bytes maximum residency (8 sample(s))
  20. 187,400 bytes maximum slop
  21. 10 MB total memory in use (0 MB lost due to fragmentation)
  22. Tot time (elapsed) Avg pause Max pause
  23. Gen 0 223 colls, 0 par 0.03s 0.03s 0.0001s 0.0005s
  24. Gen 1 8 colls, 0 par 0.03s 0.04s 0.0046s 0.0069s
  25. INIT time 0.00s ( 0.00s elapsed)
  26. MUT time 0.09s ( 0.09s elapsed)
  27. GC time 0.06s ( 0.07s elapsed)
  28. EXIT time 0.00s ( 0.00s elapsed)
  29. Total time 0.15s ( 0.16s elapsed)
  30. %GC time 40.9% (42.6% elapsed)
  31. Alloc rate 1,376,476,179 bytes per MUT second
  32. Productivity 59.1% of total user, 56.2% of total elapsed
  33. ──────────────────────────────────────────────────────────────────
  34. Mach kernel version:
  35. Darwin Kernel Version 13.0.0: Thu Sep 19 22:22:27 PDT 2013; root:xnu-2422.1.72~6/RELEASE_X86_64
  36. Kernel configured for up to 8 processors.
  37. 4 processors are physically available.
  38. 8 processors are logically available.
  39. Processor type: i486 (Intel 80486)
  40. Processors active: 0 1 2 3 4 5 6 7
  41. Primary memory available: 16.00 gigabytes
  42. Default processor set: 327 tasks, 1521 threads, 8 processors
  43. Load average: 3.16, Mach factor: 4.83