aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/statistics
Commit message (Collapse)AuthorAge
* Replace timeout/scaling macros with functions.Gravatar Robbie Shade2017-01-31
|
* Merge github.com:grpc/grpc into optionalize_censusGravatar Craig Tiller2016-03-31
|\
| * Update copyrightsGravatar Craig Tiller2016-03-31
| |
* | Build Census as a grpc pluginGravatar Craig Tiller2016-03-29
|/
* Fix includesGravatar Craig Tiller2016-03-25
|
* Fix copyrightsGravatar Craig Tiller2016-03-25
|
* Auto-changesGravatar Craig Tiller2016-03-25
|
* Clang format and fix copyrightsGravatar murgatroid992016-02-05
|
* Replace 'long' with 'int64_t' in public core headersGravatar murgatroid992016-02-05
|
* Eliminate gpr_ int types - and insist on C99 variants insteadGravatar Craig Tiller2015-12-22
|
* Fix clang-format scriptGravatar Craig Tiller2015-09-28
|
* clang-format all core filesGravatar Craig Tiller2015-09-22
|
* indent pass to get logical source lines on one physical lineGravatar Craig Tiller2015-09-22
|
* clang-format all sourceGravatar Craig Tiller2015-08-18
|
* Updating wrapped languages to new time functionsGravatar Craig Tiller2015-07-13
|
* Introduce a clock type field onto gpr_timespec.Gravatar Craig Tiller2015-07-13
| | | | | Use it to validate that arithmetic on time types makes even some vague kind of sense.
* Introduce multiple clocks to GPRGravatar Craig Tiller2015-07-01
|
* Guard headers tool.Gravatar Nicolas "Pixel" Noble2015-03-01
|
* Introduce slowdown factor for unit test deadlinesGravatar Craig Tiller2015-02-25
| | | | Dramatically lowers (eliminates maybe?) false negatives from ?SAN runs.
* 32 bit compilation fixes for coreGravatar Craig Tiller2015-02-19
|
* Add missing new-lines at end of fileGravatar Craig Tiller2015-02-18
|
* Update copyright to 2015Gravatar Craig Tiller2015-02-18
|
* Server progressGravatar Craig Tiller2015-02-09
|
* prefix struct & functions in census_tracing.h per ctiller's suggestion.Gravatar Hongyu Chen2015-02-05
|
* Update trace_test.cGravatar Alistair Veitch2015-02-05
|
* V0 implementation of census_get_active_ops().Gravatar Hongyu Chen2015-02-04
|
* Re-enabling errors on warning, disabling unused parameter warning, and ↵Gravatar Nicolas "Pixel" Noble2015-01-30
| | | | fixing all subsequent errors.
* Merge pull request #167 from maxwell-demon/masterGravatar Alistair Veitch2015-01-27
|\ | | | | Fix census_log_tests on platforms with only one core.
* | Remove use of *printfGravatar Craig Tiller2015-01-23
| |
| * Fix census_log_tests on platforms with only one core.Gravatar maxwell-demon2015-01-22
|/
* Use clang-format-3.5Gravatar Craig Tiller2015-01-18
|
* () --> (void)Gravatar Craig Tiller2015-01-15
|
* grpc census hash_table test coverage improvements.Gravatar hongyu2015-01-12
| | | | | | | Change on 2015/01/12 by hongyu <hongyu@google.com> ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=83786701
* Grpc census: v0 trace_printf() implementation in C.Gravatar hongyu2015-01-12
| | | | | | | Change on 2015/01/09 by hongyu <hongyu@google.com> ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=83626942
* Merge github.com:google/grpcGravatar Nicolas Noble2015-01-09
|\
* | Fix test under msanGravatar ctiller2015-01-09
| | | | | | | | | | | | | | Change on 2015/01/09 by ctiller <ctiller@google.com> ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=83609353
* | C implementation of Census trace store and stats store for grpc C lib.Gravatar hongyu2015-01-09
| | | | | | | | | | | | | | Change on 2015/01/08 by hongyu <hongyu@google.com> ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=83556470
| * Fix a compiler warning.Gravatar Craig Tiller2015-01-09
|/
* Fix a bug in base-log, and add test.Gravatar aveitch2014-12-15
| | | | | | | | | | | The tests compute usable space in the log, but do so using subtraction on unsigned values and did not correctly account for number of blocks used per-core. This could lead underflow, and an incorrect space calculation. In addition, testing showed that with current defaults, tests would fail on a system with > ~64 cores. This can be alleviated through use of a larger log. An explicit check in the log initialization has been added for this case, and the log size increased if necessary. Change on 2014/12/15 by aveitch <aveitch@google.com> ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=82154432
* Tweaking log calls a bit.Gravatar nnoble2014-12-12
| | | | | | | | | -) Introducing gpr_vlog so to spare a few vsprintf later (at least one for now) -) Renaming statistics/log.* to statistics/census_log.* to avoid collisions. Change on 2014/12/12 by nnoble <nnoble@google.com> ------------- Created by MOE: http://code.google.com/p/moe-java MOE_MIGRATED_REVID=81995756
* Initial import.Gravatar Nicolas Noble2014-11-26