This commit is contained in:
Alex Browne 2019-11-04 15:30:16 -08:00
parent 32c34330a5
commit 82e15f3547
No known key found for this signature in database
GPG key ID: CA6B8D4AFA783512

View file

@ -2,7 +2,7 @@
package metrics
// getProcessCPUTime is mocked for js/wasm environments. Currently it alwasy
// getProcessCPUTime is mocked for js/wasm environments. Currently it always
// returns 0.
func getProcessCPUTime() int64 {
return 0