Liking cljdoc? Tell your friends :D

clj-chrome-devtools.commands.tracing


endclj

(end)
(end {:as params :keys []})
(end connection {:as params :keys []})

Stop trace events collection.

Stop trace events collection.
sourceraw docstring

get-categoriesclj

(get-categories)
(get-categories {:as params :keys []})
(get-categories connection {:as params :keys []})

Gets supported tracing categories.

Return map keys:

KeyDescription
:categoriesA list of supported tracing categories.
Gets supported tracing categories.

Return map keys:


  Key         | Description 
  ------------|------------ 
  :categories | A list of supported tracing categories.
sourceraw docstring

record-clock-sync-markerclj

(record-clock-sync-marker)
(record-clock-sync-marker {:as params :keys [sync-id]})
(record-clock-sync-marker connection {:as params :keys [sync-id]})

Record a clock sync marker in the trace.

Parameters map keys:

KeyDescription
:sync-idThe ID of this clock sync marker
Record a clock sync marker in the trace.

Parameters map keys:


  Key      | Description 
  ---------|------------ 
  :sync-id | The ID of this clock sync marker
sourceraw docstring

request-memory-dumpclj

(request-memory-dump)
(request-memory-dump {:as params :keys []})
(request-memory-dump connection {:as params :keys []})

Request a global memory dump.

Return map keys:

KeyDescription
:dump-guidGUID of the resulting global memory dump.
:successTrue iff the global memory dump succeeded.
Request a global memory dump.

Return map keys:


  Key        | Description 
  -----------|------------ 
  :dump-guid | GUID of the resulting global memory dump.
  :success   | True iff the global memory dump succeeded.
sourceraw docstring

startclj

(start)
(start {:as params
        :keys [categories options buffer-usage-reporting-interval transfer-mode
               trace-config]})
(start connection
       {:as params
        :keys [categories options buffer-usage-reporting-interval transfer-mode
               trace-config]})

Start trace events collection.

Parameters map keys:

KeyDescription
:categoriesCategory/tag filter (optional)
:optionsTracing options (optional)
:buffer-usage-reporting-intervalIf set, the agent will issue bufferUsage events at this interval, specified in milliseconds (optional)
:transfer-modeWhether to report trace events as series of dataCollected events or to save trace to a stream (defaults to ReportEvents). (optional)
:trace-config(optional)
Start trace events collection.

Parameters map keys:


  Key                              | Description 
  ---------------------------------|------------ 
  :categories                      | Category/tag filter (optional)
  :options                         | Tracing options (optional)
  :buffer-usage-reporting-interval | If set, the agent will issue bufferUsage events at this interval, specified in milliseconds (optional)
  :transfer-mode                   | Whether to report trace events as series of dataCollected events or to save trace to a stream (defaults to `ReportEvents`). (optional)
  :trace-config                    |  (optional)
sourceraw docstring

cljdoc is a website building & hosting documentation for Clojure/Script libraries

× close