Re: speeding up time to hit first breakpoint
Jan Kratochvil <[email protected]>
| Newsgroups | gmane.comp.gdb.devel |
|---|---|
| Message-ID | <[email protected]> |
On Mon, 03 Oct 2016 12:04:27 +0200, Noel Grandin wrote: > I took a trace with 'perf record -g', which I'm enclosing. It looks like the > bulk of the time is spent in xrealloc. GDB unspecific but you can significantly improve the times by linking GDB with: -ltcmalloc Jan