Skip to content

Commit 594a8e9

Browse files
authored
Update README.md
1 parent f4f09f0 commit 594a8e9

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

README.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
# DuckDB Pyroscope Extension
2+
This experimental extension adds pyroscope profiling features to DuckDB
23

34
### Build
45
```
@@ -9,9 +10,15 @@ make debug
910
### Test
1011

1112
```sql
13+
---- Load the Extension
1214
D LOAD './build/debug/pyroscope.duckdb_extension';
15+
1316
---- Start the tracer, requires backend URL
1417
D SELECT * FROM trace_start('https://pyroscope:4000');
18+
1519
---- Stop the tracer
1620
D SELECT * FROM trace_stop();
1721
```
22+
23+
## Glory Shot in Pyroscope
24+
![image](https://github.com/user-attachments/assets/1992c8b8-dd29-4343-9a54-88363fa5fe8c)

0 commit comments

Comments
 (0)