From charlesreid1

Revision as of 05:22, 16 February 2018 by Admin (talk | contribs)

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