Liking cljdoc? Tell your friends :D

dots.typescript.server.protocol.performance-data


create-auto-import-provider-program-duration-mscljs

(create-auto-import-provider-program-duration-ms performance-data)

The time spent creating or updating the auto-import program, in milliseconds.

Returns: number | undefined

The time spent creating or updating the auto-import program, in milliseconds.

**Returns:** `number | undefined`
sourceraw docstring

set-create-auto-import-provider-program-duration-ms!cljs

(set-create-auto-import-provider-program-duration-ms! performance-data value)

The time spent creating or updating the auto-import program, in milliseconds.

The time spent creating or updating the auto-import program, in milliseconds.
sourceraw docstring

set-update-graph-duration-ms!cljs

(set-update-graph-duration-ms! performance-data value)

Time spent updating the program graph, in milliseconds.

Time spent updating the program graph, in milliseconds.
sourceraw docstring

update-graph-duration-mscljs

(update-graph-duration-ms performance-data)

Time spent updating the program graph, in milliseconds.

Returns: number | undefined

Time spent updating the program graph, in milliseconds.

**Returns:** `number | undefined`
sourceraw docstring

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

× close