Commit Graph

9 Commits

Author SHA1 Message Date
Jamie Wong
2b9f7ffe1b
Support importing from instruments via deep copy (#33)
Instruments has a complex binary file format. If we're interested in just having a nice flamegraph display of the contents and don't care too much about time ordering or symbol file locations, then we can just grab the information we need from the clipboard rather than deal with the binary file format. This also avoids needing to deal with multiple processes or multiple threads.

This PR contains 2 compressed `.trace` files. In each, if you select the top row in the call tree view and hit "Cmd+Shift+C" or go to "Edit -> Deep Copy", then paste into speedscope, you should get the corresponding flamechart.

## Allocations Profile

![image](https://user-images.githubusercontent.com/150329/39796943-5d900c88-530e-11e8-8dea-fa0a44888a64.png)

![image](https://user-images.githubusercontent.com/150329/39796949-65f6a9f4-530e-11e8-8509-64816cebe74c.png)

## Time Profile

![image](https://user-images.githubusercontent.com/150329/39796956-6fd88776-530e-11e8-9978-14aba8e883e1.png)

![image](https://user-images.githubusercontent.com/150329/39796973-8983189e-530e-11e8-8d82-92183c8590f6.png)
2018-05-08 22:27:31 -07:00
Jamie Wong
e519785924 Update README with note about Firefox support 2018-04-17 18:52:43 -07:00
Alan Pierce
7c1118a425 Add profileURL and title hash parameters (#19)
On init, we check the hash fragment for these parameters and load the URL. We
always show a loading state in that case rather than the landing screen.

When determining the title, an explicitly-specified title takes precedence,
otherwise we use the filename.

I also added an error state, currently only used for my new code, but possibly
there could be a more robust or widespread error handling approach in the
future.
2018-04-14 20:38:04 -07:00
Jamie Wong
8e32110a0d Update README 2018-01-31 10:21:48 -08:00
Jamie Wong
6227737581 Update docs 2018-01-07 19:53:36 -08:00
Jamie Wong
ea2ab1b062
Update README.md 2018-01-07 19:16:07 -08:00
Jamie Wong
cf36b8e630
Update README.md 2018-01-01 13:19:39 -05:00
Jamie Wong
f6772e3498
Update README.md 2017-12-07 23:51:48 -08:00
Jamie Wong
157a16939d
Create README.md 2017-12-07 23:51:15 -08:00