Home | History | Annotate | Download | only in perf

Lines Matching defs:ltime

723 	struct tm ltime;
726 if (localtime_r(&tv.tv_sec, &ltime)) {
727 strftime(date, sizeof(date), "%H:%M:%S", &ltime);