blob: 162e026b29659c046606fd44bfd9ecf0ef5ead2e [file] [log] [blame]
Russ Coxe785e3a2014-11-11 17:08:54 -05001// Copyright 2014 The Go Authors. All rights reserved.
2// Use of this source code is governed by a BSD-style
3// license that can be found in the LICENSE file.
4
Russ Coxaac17fd2014-11-11 23:00:29 -05005// +build !arm
Aram Hăvărneanu846ee042015-03-08 14:20:20 +01006// +build !arm64
Russ Coxaac17fd2014-11-11 23:00:29 -05007
Russ Coxe785e3a2014-11-11 17:08:54 -05008package runtime
9
10// careful: cputicks is not guaranteed to be monotonic! In particular, we have
11// noticed drift between cpus on certain os/arch combinations. See issue 8976.
12func cputicks() int64