# Functions

To save block profile data (how much time is being spent waiting) from your program, add code like the following to your main() function: import( "os" "github.com/Unity-Technologies/go-tutl-internal/profile" ) func main() { // ..
To save CPU profile data from your program, add code like the following to your main() function: import( "os" "github.com/Unity-Technologies/go-tutl-internal" "github.com/Unity-Technologies/go-tutl-internal/profile" ) func main() { // ..