You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -4,7 +4,7 @@ This project implements the JSON format used by Firefox Profiler, and
4
4
uses that format to provide a simple `Tracer`, allowing to record nested spans in
5
5
a format that can be visualised on https://profiler.firefox.com
6
6
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:
8
8
1. Run `buildSample` in SBT shell
9
9
2. Load the `sample-profile.json` (will be created at the root of the project) into Firefox Profiler
10
10
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