Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
ENH: Record time for each cellprofiler invocation
  • Loading branch information
pan14001 committed Mar 27, 2017
1 parent 6c36e5e commit e6aaa19
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Makefile
Expand Up @@ -101,10 +101,10 @@ $(call singleton,$(TARGETS_cellprofiler)) : $(SOURCES_cellprofiler_headless)
$(TIME) $(PARALLEL) :::: $<

$(TARGETS_cellprofiler_commands) : $(SOURCES_cellprofiler_commands)
$(CELLPROFILER) $(CELLPROFILER_OPTS_HEADLESS) --get-batch-commands=$< | sed 's#^CellProfiler#$(CELLPROFILER)#' | sort -nk 8 > $@
$(TIME) $(CELLPROFILER) $(CELLPROFILER_OPTS_HEADLESS) --get-batch-commands=$< | sed 's#^CellProfiler#$(CELLPROFILER)#' | sort -nk 8 > $@

$(TARGETS_cellprofiler_batch) : $(SOURCES_cellprofiler)
$(CELLPROFILER) $(CELLPROFILER_OPTS_BATCH)
$(TIME) $(CELLPROFILER) $(CELLPROFILER_OPTS_BATCH)

.PHONY : gui-cp
gui-cp : $(SOURCES_cellprofiler) ## Interactively run CellProfiler.
Expand Down

0 comments on commit e6aaa19

Please sign in to comment.