We talk about LIKWID and likwid-perfctr, a tool that you can use to get information from the hardware performance counters in a user-friendly way.
All posts tagged developer tools
Multitime: a small utility to measure your program’s runtime
Posted on Author Ivica BogosavljevićPosted in Developer Tools, Performance, Performance Analysis ToolsLeave a Reply
Multitime is a tool that you can use to repeat a command several times, and get additional information about its runtime: mean, standard deviation etc. Read this short article to get you started,
FlameGraphs: Understand where your program is spending time
Posted on Author Ivica BogosavljevićPosted in Developer Tools, Performance, Performance Analysis ToolsLeave a Reply
Learn about FlameGraphs, a great tool that will help you quickly find slow functions in your program.
MOSH – a simple SSH replacement that works when network conditions are bad
Connection keeps dropping with SSH? Read about mosh, a simple addition to SSH that can keep your connection survive the rough network environment.