Home
last modified time | relevance | path

Searched refs:first_exec (Results 1 – 1 of 1) sorted by relevance

/titanic_44/usr/src/cmd/mdb/common/modules/nca/
H A Dnca.c438 clock_t lbolt, first_exec = 0; in nca_timer() local
475 if (first_exec == 0) { in nca_timer()
477 first_exec = tb.exec; in nca_timer()
479 mdb_printf(" %+lld", tick2msec(tb.exec - first_exec)); in nca_timer()