package tracy-client
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
Client bindings to the Tracy profiler (v0.9.1)
Install
dune-project
Dependency
Authors
Maintainers
Sources
tracy-client-0.2.tbz
sha256=ec8372202ae1b9a33053d06deebc751d68520853c230d7fb1716aacab3bec918
sha512=264b8313db474aaca244995d8a7eeec0abae133fb655a77d31d8865ffd4086b4d163f5bc6c47bc915a97abd352df0fa005f09d6455ef9b8c3cb58fde3e840154
doc/tracy-client/Tracy_client/index.html
Module Tracy_clientSource
Bindings to the client
Source
val enter :
?cs_depth:int ->
__FILE__:string ->
__LINE__:int ->
?__FUNCTION__:string ->
string ->
spanenter ~__FILE__ ~__LINE__ name enters a span.
Set application information
add_text span s annotates the span with text s. This can be called several times on the same span.
Formatted version of add_text.
Usage: add_text_f span (fun k -> k "some %s message! (%d/100)" "formatted" 100).
add_value span v annotates the span with a numeric value (which should be unsigned).
set_color span c sets the color of the span.
c is an integer that represents a color using a RGB triple as follows: 0xRRGGBB.
Source
val with_ :
?cs_depth:int ->
__FILE__:string ->
__LINE__:int ->
?__FUNCTION__:string ->
string ->
(span -> 'a) ->
'aRun function within a span. See enter for more details about the parameters.
Give a name to the current thread
Send a message
Send a formatted message. Usage: message_f (fun k -> k "hello %s %d" "world" 42)
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>