1234567891011121314151617181920212223242526272829303132333435363738 |
- Ticks for Nested
- max-open-constraints = 0
- max-open-metas = 14
- metas = 156
- agda -v0 -v profile:100 proj/Nested.agda -iproj --ignore-interfaces +RTS -slogs/.tmp
- 128,409,672 bytes allocated in the heap
- 16,960,188 bytes copied during GC
- 1,707,612 bytes maximum residency (6 sample(s))
- 109,264 bytes maximum slop
- 6 MB total memory in use (0 MB lost due to fragmentation)
- Generation 0: 238 collections, 0 parallel, 0.04s, 0.04s elapsed
- Generation 1: 6 collections, 0 parallel, 0.02s, 0.02s elapsed
- INIT time 0.01s ( 0.00s elapsed)
- MUT time 0.15s ( 0.15s elapsed)
- GC time 0.06s ( 0.06s elapsed)
- EXIT time 0.00s ( 0.00s elapsed)
- Total time 0.22s ( 0.21s elapsed)
- %GC time 27.1% (29.2% elapsed)
- Alloc rate 787,219,509 bytes per MUT second
- Productivity 66.9% of total user, 69.9% of total elapsed
- ──────────────────────────────────────────────────────────────────
- Mach kernel version:
- Darwin Kernel Version 11.3.0: Thu Jan 12 18:47:41 PST 2012; root:xnu-1699.24.23~1/RELEASE_X86_64
- Kernel configured for up to 8 processors.
- 4 processors are physically available.
- 8 processors are logically available.
- Processor type: i486 (Intel 80486)
- Processors active: 0 1 2 3 4 5 6 7
- Primary memory available: 8.00 gigabytes
- Default processor set: 106 tasks, 481 threads, 8 processors
- Load average: 1.15, Mach factor: 6.83
|