ParaToolsInc / taucmdr

Performance engineering for the rest of us.

Home Page:http://www.taucommander.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Support TAU's SQLite plugin

nchaimov opened this issue · comments

TAU now has a plugin which outputs performance profiles in SQLite format. This should be usable from TAU Commander.

Implementing this will involve:

  • Downloading and building the SQLite dependency if necessary
  • Passing -sqlite3 path to TAU configure script
  • Support sqlite as a data format in the Measurement
  • Specifying the sqlite format when running Experiments
  • Expecting the output file (so that we don't report e.g. that zero profiles were written)

Implemented in #380.