Files
bun.sh/src/bun.js/bindings/JSInspectorProfiler.h
2026-01-16 10:12:28 -08:00

10 lines
305 B
C

#pragma once
#include "root.h"
#include <JavaScriptCore/JSCJSValue.h>
JSC_DECLARE_HOST_FUNCTION(jsFunction_startCPUProfiler);
JSC_DECLARE_HOST_FUNCTION(jsFunction_stopCPUProfiler);
JSC_DECLARE_HOST_FUNCTION(jsFunction_setCPUSamplingInterval);
JSC_DECLARE_HOST_FUNCTION(jsFunction_isCPUProfilerRunning);