humam/6/24/2015

  • profiled the serial code. It approximately spends 80-90% of the time in f.
  • tried profiling the parallel code, but cProfile doesn’t play well with multiprocessing. It only reports the time spent by the main process - nothing about the sub-processes spawned for parallel computation.
  • did some reading about how to profile parallel code, but unfortunately found nothing.