I am trying to profile my script which uses multiprocessing and spawn greenlets in several pools. I tried several libraries which came as a result in Google search but nothing is considerable.
I am looking at a profiler which gives all the basic resultnothing advanced. I tried using GreenProfiler, cProfile, gevent_profiler etc. Do any apm tools like new Relic , Dynatrace etc gives code level stats in python supporting multiprocess, greenlets ?