<!DOCTYPE html PUBLIC '-//W3C//DTD XHTML 1.0 Transitional//EN' 'http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd'> <html xmlns='http://www.w3.org/1999/xhtml'> <head> <title>clock_begin</title> <meta name='robots' content='noindex,nofollow' /> <meta name='generator' content='GLOBAL-6.6.5' /> <meta http-equiv='Content-Style-Type' content='text/css' /> <link rel='stylesheet' type='text/css' href='../style.css' /> </head> <body> <pre> <span class='curline'><a href='../S/2812.html#L678'>clock_begin</a> 678 src/exec.c clock_t clock_begin = 0;</span> <span class='curline'><a href='../S/2812.html#L691'>clock_begin</a> 691 src/exec.c clock_begin = clock(); /* クロック周波数設定のため、実行開始時間を格納 */</span> <span class='curline'><a href='../S/2812.html#L747'>clock_begin</a> 747 src/exec.c } while(clock_end - clock_begin < CLOCKS_PER_SEC / sys->clocks);</span> </pre> </body> </html>