package tracy-client
sectionYPositions = computeSectionYPositions($el), 10)"
x-init="setTimeout(() => sectionYPositions = computeSectionYPositions($el), 10)"
>
Client bindings to the Tracy profiler (v0.13)
Install
dune-project
Dependency
Authors
Maintainers
Sources
tracy-client-0.7.tbz
sha256=80494862d94c2dee0bea6407d22ea7693fc958a1ceaf6ef6004143156d75c9ed
sha512=3ce205ef8f27b49d5ec448ecc70aa078fb776af0ba79f20aa651bf368b668265e6430cce7bb88168a0a5bf33b2a5c8e4090c121f4b6678ae9ec923cd5ce275f2
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)"
>