Documentation - v6.7.1
Preparing search index...
@datadog/js-core
util
ProfilerConstructor
Interface ProfilerConstructor
Constructor for a JS Self-Profiling session.
interface
ProfilerConstructor
{
new
ProfilerConstructor
(
options
:
ProfilerInitOptions
)
:
Profiler
;
}
Index
Constructors
constructor
Constructors
constructor
new
ProfilerConstructor
(
options
:
ProfilerInitOptions
)
:
Profiler
Starts a new profiling session with the given options.
Parameters
options
:
ProfilerInitOptions
Returns
Profiler
Settings
Theme
OS
Light
Dark
On This Page
Constructors
constructor
Documentation - v6.7.1
Loading...
Constructor for a JS Self-Profiling session.