Created
April 26, 2019 15:06
-
-
Save ugexe/814d52de9693d947620cbdb84f1131cf to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ MVM_SPESH_DISABLE=1 MVM_JIT_DISABLE=1 perl6 -I lib service.p6 demo2.sql | |
opening an sql thing | |
creating an sqlite3 database from your sql file | |
sqlite3 file path is /Users/ugexe/repos/moarperf/demo2.vwudm.sqlite3 | |
done | |
getting all routines | |
hasher started | |
environment variable MOARPERF_HOST not set. Defaulting to 'localhost' | |
environment variable MOARPERF_PORT not set. Defaulting to '20000' | |
Listening at http://localhost:20000 | |
hasher finished | |
sending all routines | |
getting routine overview | |
building routine overview | |
routine overview in 1.74971813 | |
sending routine overview | |
done | |
[OK] 200 / - ::1 | |
[OK] 200 /css/bootstrap.css - ::1 | |
[OK] 200 /js/main.js - ::1 | |
[OK] 200 /js/bootstrap.bundle.js - ::1 | |
[OK] 200 /whats-loaded - ::1 | |
[OK] 200 /js/vendors~allocationviewer~callgraph~gcoverview~overviewPage~routinelist.js - ::1 | |
[OK] 200 /js/vendors~callgraph~overviewPage.js - ::1 | |
[OK] 200 /js/overviewPage.js - ::1 | |
[OK] 101 /heap-status-messages - ::1 | |
subscribing to profiler status messages | |
json content: overview-data | |
json content: flamegraph-for | |
[OK] 101 /profile-status-messages - ::1 | |
status messages subscribed | |
got a status message | |
[OK] 200 / - ::1 | |
[OK] 200 /css/bootstrap.css - ::1 | |
[OK] 200 /js/main.js - ::1 | |
[OK] 200 /whats-loaded - ::1 | |
[OK] 200 /js/vendors~allocationviewer~callgraph~gcoverview~overviewPage~routinelist.js - ::1 | |
[OK] 200 /js/vendors~callgraph~overviewPage.js - ::1 | |
[OK] 200 /js/overviewPage.js - ::1 | |
[OK] 200 /js/bootstrap.bundle.js - ::1 | |
[OK] 101 /heap-status-messages - ::1 | |
subscribing to profiler status messages | |
json content: overview-data | |
json content: flamegraph-for | |
[OK] 101 /profile-status-messages - ::1 | |
status messages subscribed | |
flamegraph-for in 2.7652791 | |
flamegraph-for json in 0.00283193: 73 characters | |
[OK] 200 /flamegraph-for/0 - ::1 | |
Cannot write to a closed socket | |
Segmentation fault: 11 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment