Skip to content

Commit 8ac11c7

Browse files
committed
WIP
1 parent 50438a9 commit 8ac11c7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ This project implements the JSON format used by Firefox Profiler, and
44
uses that format to provide a simple `Tracer`, allowing to record nested spans in
55
a format that can be visualised on https://profiler.firefox.com
66

7-
See [./fxprof-sample/src/main/scala/sample.scala](sample) for usage:
7+
See [./mod/fxprof-sample/src/main/scala/sample.scala](sample) for usage:
88
1. Run `buildSample` in SBT shell
99
2. Load the `sample-profile.json` (will be created at the root of the project) into Firefox Profiler
1010
3. My development workflow usually involves running some live reload server (with CORS), and using "Load from URL" in Firefox Profiler – this allows me to continuously rebuild the profile file and I only need to reload the Profiler tab to see the changes

0 commit comments

Comments
 (0)