At present it seems to be necessary to call using TimerOutputs in Main (i.e. the REPL, or a script that uses TimerOutputComparisons), in addition to using TimerOutputComparisons.
This may be related to JuliaIO/JLD.jl#252 - to try and work around that issue we export JLD (which maybe will be unnecessary if/when that issue is fixed). However export TimerOutputs or export TimerOutput did not seem to help.
At present it seems to be necessary to call
using TimerOutputsin Main (i.e. the REPL, or a script that uses TimerOutputComparisons), in addition tousing TimerOutputComparisons.This may be related to JuliaIO/JLD.jl#252 - to try and work around that issue we
export JLD(which maybe will be unnecessary if/when that issue is fixed). Howeverexport TimerOutputsorexport TimerOutputdid not seem to help.