Packages

A browser automation tool and interface to the Chrome DevTools Protocol.

Current section

Files

Jump to
chrobot_extra include chrobot_extra@protocol@profiler_Profile.hrl
Raw

include/chrobot_extra@protocol@profiler_Profile.hrl

-record(profile, {
nodes :: list(chrobot_extra@protocol@profiler:profile_node()),
start_time :: float(),
end_time :: float(),
samples :: gleam@option:option(list(integer())),
time_deltas :: gleam@option:option(list(integer()))
}).