i965: Fix the scaling of seconds to ms in perf debug.
[mesa.git] / src / mesa / drivers / dri / i965 / brw_fs.cpp
index 3010ed0b4351e49a5218ea97828ce9c18efc4579..e2dafdc114da242bd194735e13e2a653f4a02eb4 100644 (file)
@@ -2119,7 +2119,7 @@ brw_wm_fs_emit(struct brw_context *brw, struct brw_wm_compile *c,
 
       if (start_busy && !drm_intel_bo_busy(intel->batch.last_bo)) {
          perf_debug("FS compile took %.03f ms and stalled the GPU\n",
-                    (get_time() - start_time) / 1000);
+                    (get_time() - start_time) * 1000);
       }
    }