Advertisement
Guest User

Untitled

a guest
Sep 18th, 2019
168
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. #stackdriver profile
  2.  
  3. import "cloud.google.com/go/profiler"
  4.  
  5. profiler.Start(profiler.Config{
  6. Service: "webapp",
  7. ServiceVersion: "1.0.0",
  8. ProjectID: "my-project",
  9. })
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement