es-meta / esmeta

ECMAScript Specification (ECMA-262) Metalanguage
BSD 3-Clause "New" or "Revised" License
175 stars 12 forks source link

Dump cfg functions in dot/pdf format concurrently #185

Closed hyp3rflow closed 11 months ago

hyp3rflow commented 11 months ago

Now: 1m 47s (in M1 Pro, 16GB)

➜  esmeta git:(dev) ✗ esmeta build-cfg -build-cfg:log -build-cfg:dot -build-cfg:pdf -extract:target=es2022 -silent
- Dump CFG functions... (total: 2,688)
[########################################] 100.00% (2,688/2,688) [00:01]
- Dumped CFG functions into /Users/flow/flow/esmeta/logs/cfg/func .
- Dump CFG functions in DOT/PDF formats... (total: 2,688)
[########################################] 100.00% (2,688/2,688) [01:47]

Before: Sorry! It's still working on it!

➜  esmeta git:(dev) ✗ esmeta build-cfg -build-cfg:log -build-cfg:dot -build-cfg:pdf -extract:target=es2022 -silent
- Dump CFG functions... (total: 2,688)
[########################################] 100.00% (2,688/2,688) [00:01]
- Dumped CFG functions into /Users/flow/flow/esmeta/logs/cfg/func .
- Dump CFG functions in DOT/PDF formats... (total: 2,688)
[###################                     ] 48.44% (1,302/2,688) [04:10]