We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f4f09f0 commit 594a8e9Copy full SHA for 594a8e9
README.md
@@ -1,4 +1,5 @@
1
# DuckDB Pyroscope Extension
2
+This experimental extension adds pyroscope profiling features to DuckDB
3
4
### Build
5
```
@@ -9,9 +10,15 @@ make debug
9
10
### Test
11
12
```sql
13
+---- Load the Extension
14
D LOAD './build/debug/pyroscope.duckdb_extension';
15
+
16
---- Start the tracer, requires backend URL
17
D SELECT * FROM trace_start('https://pyroscope:4000');
18
19
---- Stop the tracer
20
D SELECT * FROM trace_stop();
21
22
23
+## Glory Shot in Pyroscope
24
+
0 commit comments