Lines Matching refs:seconds
70 double start, end, seconds; in main() local
100 seconds = end - start; in main()
101 printf ("ucl: parsed input in %.4f seconds\n", seconds); in main()
112 seconds = end - start; in main()
113 printf ("ucl: emitted config in %.4f seconds\n", seconds); in main()
121 seconds = end - start; in main()
122 printf ("ucl: emitted json in %.4f seconds\n", seconds); in main()
130 seconds = end - start; in main()
131 printf ("ucl: emitted compact json in %.4f seconds\n", seconds); in main()
139 seconds = end - start; in main()
140 printf ("ucl: emitted yaml in %.4f seconds\n", seconds); in main()