This is the mail archive of the gdb-patches@sourceware.org mailing list for the GDB project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: [PATCH 4/6] gdbserver: Delimit debugging output for readability


> All of the above.
> I can use it for measuring performance, debugging(!) performance
> issues, and debugging in general.

FWIW, I've often used timetimes to try to narrow down where
time is spent. Sometimes, global performance measurements
such as hot spots, etc, can be a little skewed with code
that we didn't want to analyze. Or I've also worked on platforms
where performance analysis tools are not available. So I used
the poor man's performance tool, timestamped traces.

-- 
Joel


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]