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
Pyroscope is an open source continuous profiling platform.
20
+
Pyroscope is an open source continuous profiling platform. It will help you:
21
+
* Find bottlenecks in your code
22
+
* Resolve issues with high CPU utilization
23
+
* Understand the call tree of your application
24
+
* Track changes over time
21
25
22
26
It is currently in active development and is a little rough around the edges. Give it a try and join [our Slack](https://pyroscope.io/slack) — we'd love to get some feedback and/or help you get started.
23
27
@@ -30,11 +34,11 @@ It is currently in active development and is a little rough around the edges. Gi
30
34
31
35
## Features
32
36
33
-
*can store years of profiling data from multiple applications
34
-
*you can look at years of data at a time or zoom in on specific events
35
-
*low CPU overhead
36
-
*efficient compression, low disk space requirements
37
-
*snappy UI
37
+
*Can store years of profiling data from multiple applications
38
+
*You can look at years of data at a time or zoom in on specific events
39
+
*Low CPU overhead
40
+
*Efficient compression, low disk space requirements
0 commit comments