profile+polyfill.go 85 B

1234567
  1. // +build windows
  2. package proc
  3. func StartProfile() Stopper {
  4. return noopStopper
  5. }