class ServerScripts::Parser::VTune::Hotspots::Starpu

Public Instance Methods

parse_csv!(fname) click to toggle source
# File lib/server_scripts/parser/vtune/hotspots/threads/starpu.rb, line 15
def parse_csv! fname
  
end
time(event:, tid: end) click to toggle source

Get time for a particular event of a particular worker, master thread or MPI thread. Specify :tid as :CPU_#ID for worker, :MPI for MPI thread, and :master for the task submission thread.

# File lib/server_scripts/parser/vtune/hotspots/threads/starpu.rb, line 9
  def time event:, tid:
    
  end

  private

  def parse_csv! fname
    
  end
end