diff --git a/docs/user-guide/installation.html b/docs/user-guide/installation.html index d24192c..aa15244 100644 --- a/docs/user-guide/installation.html +++ b/docs/user-guide/installation.html @@ -93,7 +93,7 @@

NameDescription -generate-global-flamegraphCreates a global flamegraph of implicit searches for all compilation units. Use the -P:scalac-profiling:sourceroot option to manage the root directory, otherwise, a working directory (defined by the user.dir property) will be picked. +generate-global-flamegraphCreates a global flamegraph of implicit searches for all compilation units. Use the -P:scalac-profiling:cross-target option to manage the target directory for the resulting flamegraph file, otherwise, the SBT target directory will be picked. generate-macro-flamegraphGenerate a flamegraph for macro expansions. The flamegraph for implicit searches is enabled by default. generate-profiledbGenerate profiledb. print-failed-implicit-macro-candidatesPrint trees of all failed implicit searches that triggered a macro expansion. @@ -101,6 +101,7 @@

show-concrete-implicit-tparamsUse more concrete type parameters in the implicit search flamegraph. Note that it may change the shape of the flamegraph. show-profilesShow implicit searches and macro expansions by type and call-site. sourcerootTell the plugin what is the source directory of the project. Example: -P:scalac-profiling:sourceroot:$PROJECT_BASE_DIR. +cross-targetTell the plugin what is the cross target directory of the project. Example: -P:scalac-profiling:cross-target:$PROJECT_TARGET.