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
+4-1Lines changed: 4 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -28,8 +28,9 @@ See full [documentation](https://stackimpact.com/docs/) for reference.
28
28
29
29
* Linux, OS X or Windows. Python version 2.7, 3.4 or higher.
30
30
* Memory allocation profiler and some GC metrics are only available for Python 3.
31
-
*CPU and Time profilers only support Linux and OS X.
31
+
*Profilers only support Linux and OS X.
32
32
* Time (blocking call) profiler supports threads and gevent.
33
+
* On unix systems the profilers use the following signals: SIGPROF, SIGALRM, SIGUSR2. Only SIGUSR2 is handled transparently, i.e. it should not conflict with previousely registered handlers.
33
34
34
35
35
36
## Getting started
@@ -73,6 +74,8 @@ Other initialization options:
73
74
*`app_environment` (Optional) Used to differentiate applications in different environments.
74
75
*`host_name` (Optional) By default, host name will be the OS hostname.
75
76
*`debug` (Optional) Enables debug logging.
77
+
*`cpu_profiler_disabled`, `allocation_profiler_disabled`, `block_profiler_disabled`, `error_profiler_disabled` (Optional) Disables respective profiler when `True`.
78
+
*`include_agent_frames`, `include_system_frames` (Optional) Set to `True` to not exclude agent and/or system stack frames from profiles.
0 commit comments