26 Commits

Author SHA1 Message Date
Matteo Collina
eeb0f2d2c6
Updated deps and added CI (#246)
* Updated deps and added CI

* fixes
2021-12-30 12:31:29 +01:00
Renée Kooi
4be904fb67
Add a separate category for wasm 2019-10-10 11:41:59 +02:00
Renée Kooi
dfce36d465
Flag likely wasm stack frames 2019-10-08 13:45:28 +02:00
David Mark Clements
d5c8d3b36b v8-profile -> cpu-profile 2019-04-23 17:31:10 +02:00
slonka
01fdc75837 Disable Merge/Unmerge Optimized Unoptimized buttons when generating flamegraph from v8 profile 2019-01-23 21:53:21 +01:00
AlanSl
50a6a89b2b Fix false positives in frontend type classification 2018-11-30 13:22:51 +00:00
Ruben Bridgewater
e885726a7f
Fix linting errors 2018-09-19 10:22:48 +02:00
Ruben Bridgewater
1736c6d884
Move more cpp functions to v8
Some calls were not properly detected before. The heuristic is now
improved.
2018-08-27 16:50:48 +02:00
Ruben Bridgewater
a033ca6a60
Improve v8 detection
Now all v8 stacks are detected properly.
2018-08-26 01:33:12 +02:00
Renée Kooi
69d6faf6dc
Style fixes
- Fixes the height of the graph in FF
  For some reason `height: calc(100% - 66px)` does something totally
  different than `height: 100%`, but with `100vh` the behaviour is the
  same either way. This seems like a FF CSS bug maybe…
- Use floating + margins instead of absolute positions for top bar
  controls
  Default button and input sizes are different across browsers and OSes,
  by using floats + margins the positioning adapts to sizes instead of
  having things drawn on top of each other.
2018-07-04 11:47:39 +02:00
davidmarkclements
f4aa18f4e2 rm phases, include init tier 2018-03-21 03:37:09 +01:00
davidmarkclements
06ef99a115 kernel tracing ui and search fix 2018-03-20 17:27:33 +01:00
davidmarkclements
9cc5b37de6 readme, ui fixes, api changes 2018-03-16 22:07:45 +01:00
davidmarkclements
76d886d502 rm accidental placeholder text 2018-03-14 22:29:43 +01:00
davidmarkclements
44205e5f21 responsive ui 2018-03-14 16:30:38 +01:00
davidmarkclements
07e8b39ab3 linting 2018-03-14 01:48:58 +01:00
davidmarkclements
fbbae4470f ui improve, cli improve, final rearranging 2018-03-14 01:25:16 +01:00
davidmarkclements
9db626c819 search fix 2018-03-12 21:46:38 +01:00
davidmarkclements
5e96611507 buttons 2018-03-12 16:46:12 +01:00
davidmarkclements
d398280192 bugfix + show/hide opt/unopt key 2018-03-12 15:05:12 +01:00
davidmarkclements
717011756c merged and unmerged views! 2018-03-12 13:58:50 +01:00
davidmarkclements
3da01881a2 pre-inlined heuristic - ability to mark functions that are later inlined 2018-03-06 01:20:52 +00:00
davidmarkclements
2ab485ba3d add ~ * to key 2018-03-02 20:46:35 +00:00
davidmarkclements
96cac61234 enable all frame types, type filtering improvements 2018-03-02 20:21:35 +00:00
davidmarkclements
a3517c3143 tier key color scheme functionality 2018-03-01 02:53:03 +00:00
davidmarkclements
89b0a5a3ff restructure viz section 2018-03-01 01:36:20 +00:00