123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172 |
- Ticks for Logic
- max-open-constraints = 0
- max-open-metas = 1
- metas = 1
- Ticks for Bool
- max-open-constraints = 0
- max-open-metas = 1
- metas = 36
- Ticks for Nat
- max-open-constraints = 0
- max-open-metas = 1
- metas = 12
- Ticks for List
- max-open-constraints = 2
- attempted-constraints = 4
- max-open-metas = 4
- metas = 32
- Ticks for Fin
- max-open-constraints = 0
- max-open-metas = 4
- metas = 48
- Ticks for Vec
- max-open-constraints = 0
- max-open-metas = 6
- metas = 40
- Ticks for EqProof
- max-open-constraints = 0
- max-open-metas = 3
- metas = 22
- Ticks for AC
- max-open-constraints = 2
- attempted-constraints = 14
- max-open-metas = 28
- metas = 417
- Ticks for Example
- max-open-constraints = 0
- max-open-metas = 7
- metas = 83
- agda -v0 -v profile:100 ac/Example.agda --ignore-interfaces -iac +RTS -slogs/.tmp
- 762,097,180 bytes allocated in the heap
- 122,650,560 bytes copied during GC
- 8,376,016 bytes maximum residency (16 sample(s))
- 252,556 bytes maximum slop
- 24 MB total memory in use (0 MB lost due to fragmentation)
- Generation 0: 1430 collections, 0 parallel, 0.32s, 0.33s elapsed
- Generation 1: 16 collections, 0 parallel, 0.22s, 0.25s elapsed
- INIT time 0.00s ( 0.00s elapsed)
- MUT time 1.28s ( 1.33s elapsed)
- GC time 0.54s ( 0.58s elapsed)
- EXIT time 0.00s ( 0.00s elapsed)
- Total time 1.82s ( 1.91s elapsed)
- %GC time 29.5% (30.5% elapsed)
- Alloc rate 593,954,578 bytes per MUT second
- Productivity 70.4% of total user, 67.1% of total elapsed
- ──────────────────────────────────────────────────────────────────
- Mach kernel version:
- Darwin Kernel Version 9.8.0: Wed Jul 15 16:55:01 PDT 2009; root:xnu-1228.15.4~1/RELEASE_I386
- Kernel configured for up to 2 processors.
- 2 processors are physically available.
- 2 processors are logically available.
- Processor type: i486 (Intel 80486)
- Processors active: 0 1
- Primary memory available: 2.00 gigabytes
- Default processor set: 110 tasks, 476 threads, 2 processors
- Load average: 1.05, Mach factor: 0.98
|