Faster minimap character rendering

This commit is contained in:
Alex Dima
2017-02-13 17:51:53 +01:00
parent 8c92d305bd
commit 9c856228a9
3 changed files with 96 additions and 120 deletions

View File

@@ -34,6 +34,10 @@ set ELECTRON_ENABLE_LOGGING=1
set ELECTRON_ENABLE_STACK_DUMPING=1
:: Launch Code
:: Use the following to get v8 tracing:
:: %CODE% --js-flags="--trace-hydrogen --trace-phase=Z --trace-deopt --code-comments --hydrogen-track-positions --redirect-code-traces" . %*
%CODE% . %*
popd