Search Shortcut cmd + k | ctrl + k
pyroscope

DuckDB Pyroscope Extension for Continuous Profiling

Installing and Loading

INSTALL pyroscope FROM community;
LOAD pyroscope;

Example

---- Start the tracer, requires backend URL
D SELECT * FROM trace_start('https://pyroscope:4000');

---- Stop the tracer
D SELECT * FROM trace_stop();

About pyroscope

The Pyroscope Extension is experimental, use at your own risk!

Added Functions

function_name function_type description comment example
trace_start table      
trace_stop table