the mega audio-memory-profiler-patch TM
[vg.git] / src / vg / vg_profiler.h
index fded3302523be9442f8c161b62e4df5b42d7241c..87de34f53dae041f4a9be1dd465c656c9ef3f222 100644 (file)
@@ -121,7 +121,7 @@ VG_STATIC void vg_profile_drawn( struct vg_profile **profiles, u32 count,
 
    for( int i=0; i<count; i++ )
    {
-      snprintf( infbuf, 64, "%.1fms %s", 
+      snprintf( infbuf, 64, "%.4fms %s", 
                         avgs[i] * (1.0f/(VG_PROFILE_SAMPLE_COUNT-1)),
                         profiles[i]->name );