]> Cypherpunks repositories - gostls13.git/commit
runtime: warn that cputicks() might not be monotonic.
authorKeith Randall <khr@golang.org>
Tue, 21 Oct 2014 21:46:07 +0000 (14:46 -0700)
committerKeith Randall <khr@golang.org>
Tue, 21 Oct 2014 21:46:07 +0000 (14:46 -0700)
commitb60d5e12e983e7e48ffab47b15e372bd23fbad98
tree06cbdf515ac0228fe662c5516d7abbed74e72024
parentf29bd6c4a4385cd9ad24b4a0da0b66dd4f6644aa
runtime: warn that cputicks() might not be monotonic.

Get rid of gocputicks(), it is no longer used.

LGTM=bradfitz, dave
R=golang-codereviews, bradfitz, dave, minux
CC=golang-codereviews
https://golang.org/cl/161110044
src/runtime/asm_386.s
src/runtime/asm_amd64.s
src/runtime/asm_amd64p32.s
src/runtime/asm_arm.s
src/runtime/stubs.go