diff util/SMALL_learn.m @ 108:b14e1f6ee4be ver_1.1

Merge
author Ivan Damnjanovic lnx <ivan.damnjanovic@eecs.qmul.ac.uk>
date Wed, 18 May 2011 11:50:28 +0100
parents f6cc633fd94b
children 5ded5e2e7d07
line wrap: on
line diff
--- a/util/SMALL_learn.m	Wed May 18 11:50:12 2011 +0100
+++ b/util/SMALL_learn.m	Wed May 18 11:50:28 2011 +0100
@@ -95,8 +95,8 @@
 %   Dictionary Learning time
 tElapsed=toc(tStart);
   DL.time = cputime - start;
-  fprintf('\n%s finished task in %2f seconds. \n', DL.name, DL.time);
-  fprintf('\n%s finished task in %2f seconds. \n', DL.name, tElapsed);
+  fprintf('\n%s finished task in %2f seconds (cpu time). \n', DL.name, DL.time);
+  fprintf('\n%s finished task in %2f seconds (tic-toc time). \n', DL.name, tElapsed);
 DL.time=tElapsed;
 %   If dictionary is given as a sparse matrix change it to full