blob: 6c67328d59ad53018e1982a4c064faa5d333f91a (
plain)
1
2
3
4
5
6
7
8
9
10
|
+++ c-ray-master/src/renderer/renderer.c 2021-04-16 13:21:09.364524790 -0700
@@ -138,7 +138,7 @@
float sps = (1000000.0f / usPerRay) * (r->prefs.threadCount + remoteThreads);
char rem[64];
smartTime((msecTillFinished) / (r->prefs.threadCount + remoteThreads), rem);
- logr(info, "[%s%.0f%%%s] μs/path: %.02f, etf: %s, %.02lfMs/s %s \r",
+ logr(info, "[%s%.0f%%%s] us/path: %.02f, etf: %s, %.02lfMs/s %s \r",
KBLU,
interactive ? ((float)r->state.finishedPasses / (float)r->prefs.sampleCount) * 100.0f :
((float)r->state.finishedTileCount / (float)r->state.tileCount) * 100.0f,
|