Skip to content

Commit

Permalink
update readme (#48)
Browse files Browse the repository at this point in the history
* update readme

* Update README.md

fix typo

Co-authored-by: Itay Brenner <[email protected]>

---------

Co-authored-by: Itay Brenner <[email protected]>
  • Loading branch information
mtopo27 and Itaybre authored Sep 8, 2023
1 parent 040a090 commit 9ba03b1
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -72,4 +72,8 @@ NotificationCenter.default.post(name: Notification.Name(rawValue: "EmergeMetricE
```

In the flamechart we would be able to see this flow as follows:
![Eents Flamechart](images/events_flamechart.png)
![Events Flamechart](images/events_flamechart.png)

## Profiling background threads

Use the flag `--multi-thread` (`-m`) to record all threads. This will provide a output.json file for every thread recorded, which you can drag into ETTrace.

0 comments on commit 9ba03b1

Please sign in to comment.