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





Revision as of 05:23, 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