You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Memstats.LastGC is documented as meaning "last run in absolute time (ns)",
which until go1.2.1 meant the number of nanoseconds since the unix epoch. This is no
longer than case in 1.3beta1 on at least linux amd64.
Test code:
http://play.golang.org/p/gQvmu7MI1e
What happened?
version=devel +f8b50ad4cac4 Mon Apr 21 17:00:27 2014 -0700 +
LastGC=77684105349304
when=1970-01-01 13:34:44.105349304 -0800 PST
since=388393h58m40.518486936s
What should have happened instead?
version=go1.2.1
LastGC=1398296007760207386
when=2014-04-23 16:33:27.760207386 -0700 PDT
since=18.718us
Please provide any additional information below.
Incorrect behavior observed with go1.3beta1.linux-amd64.tar.gz on ubuntu 10.04 and
12.04. go1.3beta1.darwin-amd64-osx10.8.tar.gz on mac os 10.9.2 works as expected.
The text was updated successfully, but these errors were encountered:
by adam@fastly.com:
The text was updated successfully, but these errors were encountered: