forked from tTh/FloatImg
display period in milliseconds
This commit is contained in:
parent
2cdb7dac81
commit
af9b912eb0
@ -132,7 +132,7 @@ while ((opt = getopt(argc, argv, "d:ghn:o:O:p:s:uv")) != -1) {
|
||||
|
||||
if (verbosity) {
|
||||
fprintf(stderr, "running %s pid=%d\n", argv[0], getpid());
|
||||
fprintf(stderr, "period is %.3f microseconds\n", period);
|
||||
fprintf(stderr, "period is %.3f milliseconds\n", period/1e3);
|
||||
fprintf(stderr, "framesize is %dx%d\n", width, height);
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user