Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/bombomby/optick-rs
/ functions
Functions
15 in github.com/bombomby/optick-rs
⨍
Functions
15
◇
Types & classes
2
↓ 2 callers
Function
register_thread
Register thread for profiling Example: ```rust optick::register_thread("Thread Name"); ```
src/lib.rs:223
↓ 1 callers
Function
fibonacci
(n: u32)
examples/fibonacci.rs:1
↓ 1 callers
Function
next_frame
Mark frame update Example: ```rust fn update() { optick::next_frame(); ... } ```
src/lib.rs:204
↓ 1 callers
Function
pop_event
Pop profiling event
src/lib.rs:187
↓ 1 callers
Function
start_capture
Start a new capture
src/lib.rs:231
↓ 1 callers
Function
stop_capture
Stop and save current capture to the specified path Example: ```rust pub fn main() { optick::start_capture(); calc(42); optick::stop_capture("captur
src/lib.rs:252
↓ 1 callers
Function
update
(frame_num: u32)
examples/gameloop.rs:1
Method
attach
(&self, description: u64)
src/lib.rs:267
Function
create_description
Create event description
src/lib.rs:165
Method
drop
(&mut self)
src/lib.rs:152
Function
enabled
Check whether profiler is enabled
src/lib.rs:160
Function
main
()
build.rs:1
Function
main
()
examples/gameloop.rs:10
Function
main
()
examples/fibonacci.rs:11
Function
push_event
Push profiling event
src/lib.rs:179