Esempio n. 1
0
void
runtime∕pprof·runtime_cyclesPerSecond(int64 res)
{
	res = 0;
	FLUSH(&res);
#line 113 "C:\Users\ADMINI~1\AppData\Local\Temp\2\makerelease686069423\go\src\pkg\runtime\runtime1.goc"

	res = runtime·tickspersecond();
	FLUSH(&res);
}
Esempio n. 2
0
void
runtime∕pprof·runtime_cyclesPerSecond(int64 res)
{
	res = 0;
	FLUSH(&res);
#line 113 "/home/14/ren/source/golang/go/src/pkg/runtime/runtime1.goc"

	res = runtime·tickspersecond();
	FLUSH(&res);
}
Esempio n. 3
0
void
runtime∕pprof·runtime_cyclesPerSecond(int64 res)
{
	res = runtime·tickspersecond();
	FLUSH(&res);
}