On Mon, Feb 6, 2017 at 9:53 PM, Jason E. Aten <j.e.a...@gmail.com> wrote:
>
> On Monday, February 6, 2017 at 11:49:42 PM UTC-6, Dave Cheney wrote:
>>
>> The give away is the frequency of the gc lines. gc 15 (the 15th gc event)
>> happened at 1314 seconds into your programs execution this tells me that gc
>> is likely not your problem. If it were your terminal would be swamped by gc
>> log lines indicating the gc was running constantly.
>
>
> Ok. Any idea was runtime._ExternalCode means?

It means that a profiling signal was received while executing code
that was not written in Go.  It should only happen in a program that
uses cgo.

Ian

-- 
You received this message because you are subscribed to the Google Groups 
"golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to golang-nuts+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to