Profiling/Timeseries: Difference between revisions
From charlesreid1
No edit summary |
No edit summary |
||
| Line 10: | Line 10: | ||
* code instrumentation: current shortest path, number of paths searched | * code instrumentation: current shortest path, number of paths searched | ||
* profiling: netdata on host machine | * profiling: netdata on host machine | ||
[[Category:2018]] | |||
[[Category:February 2018]] | |||
[[Category:Python]] | |||
[[Category:Netdata]] | |||
[[Category:TSP]] | |||
[[Category:Java]] | |||
Revision as of 05:22, 16 February 2018
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