aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/support/cpu_test.c
Commit message (Collapse)AuthorAge
* Update copyrightsGravatar Craig Tiller2016-03-31
|
* Updated copyrightsGravatar murgatroid992016-01-12
|
* clang-formatGravatar Craig Tiller2016-01-07
|
* Merge github.com:grpc/grpc into wtfwinGravatar Craig Tiller2016-01-06
|\
* | Fix compilation with clang/gccGravatar Craig Tiller2016-01-05
| |
* | Add an early out to gpr_cpu_testGravatar Craig Tiller2016-01-05
| | | | | | | | | | | | | | This test consumes a huge amount of CPU. On Windows, it additionally starves other tests from getting scheduled - for long enough that those tests time out and fail. Historically tests starting shortly after this test are the most likely to fail. Once we've seen all CPU's, we will no longer do anything useful - so check for that, and finish up early whenever possible.
| * Eliminate gpr_ int types - and insist on C99 variants insteadGravatar Craig Tiller2015-12-22
|/
* Fix for long-running tsan testGravatar Alistair Veitch2015-10-29
|
* Fix memory leakGravatar Alistair Veitch2015-10-21
|
* more verbose messageGravatar Alistair Veitch2015-10-20
|
* only print #cores seenGravatar Alistair Veitch2015-10-20
|
* add CPU testsGravatar Alistair Veitch2015-10-20