Index: trunk/psphot/src/psphotBasicDeblend.c
===================================================================
--- trunk/psphot/src/psphotBasicDeblend.c	(revision 13006)
+++ trunk/psphot/src/psphotBasicDeblend.c	(revision 20453)
@@ -10,5 +10,5 @@
     int Nblend = 0;
 
-    psTimerStart ("psphot");
+    psTimerStart ("psphot.deblend.basic");
 
     float FRACTION = psMetadataLookupF32 (&status, recipe, "DEBLEND_PEAK_FRACTION");
@@ -122,5 +122,5 @@
         psFree (contour);
     }
-    psLogMsg ("psphot.deblend", PS_LOG_INFO, "identified %d blended objects: %f sec\n", Nblend, psTimerMark ("psphot"));
+    psLogMsg ("psphot.deblend", PS_LOG_INFO, "identified %d blended objects: %f sec\n", Nblend, psTimerMark ("psphot.deblend.basic"));
 
     psFree (SN);
