Home
last modified time | relevance | path

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

/external/igt-gpu-tools/benchmarks/
Dkms_throughput.c106 struct timeval this_commit; in histogram_update() local
107 gettimeofday(&this_commit, NULL); in histogram_update()
110 timersub(&this_commit, &h->last_commit, &diff); in histogram_update()
120 memcpy(&h->last_commit, &this_commit, sizeof(this_commit)); in histogram_update()