Profiling/Timeseries
From charlesreid1
Here's what we're doing:
- Running CPU intensive code
- cpu, memory, threads, file size
- where in structure, depth, iterations, etc.
Traveling salesman problem:
- depth first search on a graph, searching for the shortest path to visit all nodes
- code instrumentation: current shortest path, number of paths searched
- profiling: netdata on host machine