268 B
		
	
	
	
	
	
	
	
			
		
		
	
	
			268 B
		
	
	
	
	
	
	
	
Profiling
- Compile Times: append -Ztimingsto cargo builds
- Runtime Flame Graph: cargo flamegraph --example EXAMPLE_NAME- built on top of perf, no instrumentation required
 
- Runtime Instrumentation:
