Skip to content
This repository has been archived by the owner on Jan 23, 2024. It is now read-only.

Commit

Permalink
async profiler in dev
Browse files Browse the repository at this point in the history
  • Loading branch information
xificurC authored and ggeoffrey committed Nov 22, 2023
1 parent 7fb8387 commit 83cd9d7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions deps.edn
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,12 @@
:aliases {:dev
{:extra-deps
{binaryage/devtools {:mvn/version "1.0.6"}
com.clojure-goes-fast/clj-async-profiler {:mvn/version "1.1.1"}
thheller/shadow-cljs {:mvn/version "2.22.10"}}
:jvm-opts
["-Xss2m" ; https://github.com/hyperfiddle/photon/issues/11
"-XX:-OmitStackTraceInFastThrow" ;; RCF
"-Djdk.attach.allowAttachSelf"
]
:exec-fn user/main
:exec-args {}}
Expand Down

0 comments on commit 83cd9d7

Please sign in to comment.