Home
last modified time | relevance | path

Searched refs:pTicks (Results 1 - 1 of 1) sorted by relevance

/third_party/libdrm/tests/ttmtest/src/
H A Dttmtest.c307 unsigned long ticks[128], *pTicks; in testAGP() local
316 pTicks = ticks; in testAGP()
320 printf("Creation took %12lu ticks\n", *pTicks++); in testAGP()
321 printf("Mapping took %12lu ticks\n", *pTicks++); in testAGP()
322 printf("Writing took %12lu ticks\n", *pTicks++); in testAGP()
323 printf("Writing Again took %12lu ticks\n", *pTicks++); in testAGP()
324 printf("Reading took %12lu ticks\n", *pTicks++); in testAGP()
325 printf("Unmapping took %12lu ticks\n", *pTicks++); in testAGP()
328 printf("Moving to TT took %12lu ticks\n", *pTicks++); in testAGP()
329 printf("Mapping in TT took %12lu ticks\n", *pTicks in testAGP()
[all...]

Completed in 2 milliseconds