[google-appengine] Re: Google Cloud Profiling how to optimize my code by analyzing it?

2018-04-18 Thread Sudhanshu Gaur
@Jordan This is *Heap *Flamegraph. Also, one thing i wanted to ask is why there is no *Function* name mentioned in this graph because I can optimize my code only if I can see which functions are utilising much *Heap/CPU. * On Thursday, April 5, 2018 at 12:57:56 AM UTC+5:30, Sudhanshu Gaur

[google-appengine] Re: Google Cloud Profiling how to optimize my code by analyzing it?

2018-04-05 Thread 'Jordan (Cloud Platform Support)' via Google App Engine
The _tickCallback frame you see in the graph was called by the main root service you profiled. By clicking on that frame you will reveal the full name and file that defines this frame's process. It looks like this is the Node.js Event Loop