Liking cljdoc? Tell your friends :D

org.apache.clojure-mxnet.profiler


dump-profileclj

(dump-profile)
(dump-profile finished)

Dump profile and stop profiler. Use this to save profile in advance in case your program cannot exit normally.

 Dump profile and stop profiler. Use this to save profile
in advance in case your program cannot exit normally.
raw docstring

profiler-set-configclj

(profiler-set-config kwargs)

Set up the configure of profiler. -mode, optional Indicting whether to enable the profiler, can be symbolic or all. Default is symbolic. -fileName, optional The name of output trace file. Default is profile.json.

 Set up the configure of profiler.
-mode, optional Indicting whether to enable the profiler, can
 be symbolic or all. Default is symbolic.
-fileName, optional The name of output trace file. Default is profile.json.
raw docstring

profiler-set-stateclj

(profiler-set-state)
(profiler-set-state state)

Set up the profiler state to record operator. -state, optional

  • Indicting whether to run the profiler, can be stop or run. Default is stop.
Set up the profiler state to record operator.
-state, optional
- Indicting whether to run the profiler, can
  be stop or run. Default is stop.
raw docstring

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

× close