← Back to team overview

kicad-developers team mailing list archive

Re: Perf HighlightConnectionAtPosition

 

It's pretty difficult to get "real time" since the profiler significant
affects the timing. Personally I always use callgrind, with good
results.

On Tue, Aug 01, 2017 at 09:20:02PM +0530, Gaurav Juvekar wrote:
> Hi,
> 
> > Personally, I think your proposal sounds quite sensible, and I'm not
> > aware of any reason they _must_ be in a vector. Care to try it out and
> > see if it works?
> > 
> 
> Okay. I'll give it a go probably sometime in next week. This is my first time with C++ so it may take a while. Is there any profiling tool that can be used to get real time taken. callgrind just gives number of instructions executed, so I was wondering if there is an alternative that is already used for profiling kicad.
> 
> 
> -- 
> Regards,
> Gaurav Juvekar


References