
time_expression(3)    LPC 系統函數    time_expression(3)

名稱
     time_expression() - return the amount of real time  that  an
     expression took

語法
     int time_expression( mixed expr );

描述
     Evaluate <expr>.  The amount of real time that passed during
     the evaluation of <expr>, in microseconds, is returned.  The
     precision of the value is not necessarily 1 microsecond;  in
     fact, it probably is much less precise.

請參考
     rusage(3), function_profile(3), time(3)

MudOS                Last change: 5 Sep 1994                    1

