aboutsummaryrefslogtreecommitdiffhomepage
path: root/test/core/statistics
diff options
context:
space:
mode:
authorGravatar Craig Tiller <ctiller@google.com>2015-02-18 08:34:56 -0800
committerGravatar Craig Tiller <ctiller@google.com>2015-02-18 08:34:56 -0800
commit0605995e55a2030c5a2a82092a253e7188b8d2fb (patch)
tree784a0550c25003016af21a4f249f406bb75d1565 /test/core/statistics
parent6d5f42e79a110f3ed13248f89102dc01ae7780ae (diff)
Update copyright to 2015
Diffstat (limited to 'test/core/statistics')
-rw-r--r--test/core/statistics/census_log_tests.c4
-rw-r--r--test/core/statistics/census_log_tests.h4
-rw-r--r--test/core/statistics/census_stub_test.c4
-rw-r--r--test/core/statistics/hash_table_test.c4
-rw-r--r--test/core/statistics/multiple_writers_circular_buffer_test.c4
-rw-r--r--test/core/statistics/multiple_writers_test.c4
-rw-r--r--test/core/statistics/performance_test.c4
-rw-r--r--test/core/statistics/quick_test.c4
-rw-r--r--test/core/statistics/rpc_stats_test.c4
-rw-r--r--test/core/statistics/small_log_test.c4
-rw-r--r--test/core/statistics/trace_test.c4
-rw-r--r--test/core/statistics/window_stats_test.c4
12 files changed, 24 insertions, 24 deletions
diff --git a/test/core/statistics/census_log_tests.c b/test/core/statistics/census_log_tests.c
index e2ad78a6f2..8d15a9becc 100644
--- a/test/core/statistics/census_log_tests.c
+++ b/test/core/statistics/census_log_tests.c
@@ -1,6 +1,6 @@
/*
*
- * Copyright 2014, Google Inc.
+ * Copyright 2015, Google Inc.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -586,4 +586,4 @@ void test_performance(void) {
1000 * write_time_micro / nrecords,
(write_size * nrecords) / write_time_micro / 1000);
}
-}
+} \ No newline at end of file
diff --git a/test/core/statistics/census_log_tests.h b/test/core/statistics/census_log_tests.h
index 764b9fde19..89404c620b 100644
--- a/test/core/statistics/census_log_tests.h
+++ b/test/core/statistics/census_log_tests.h
@@ -1,6 +1,6 @@
/*
*
- * Copyright 2014, Google Inc.
+ * Copyright 2015, Google Inc.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -48,4 +48,4 @@ void test_multiple_writers();
void test_performance();
void test_small_log();
-#endif /* __GRPC_TEST_STATISTICS_LOG_TESTS_H__ */
+#endif /* __GRPC_TEST_STATISTICS_LOG_TESTS_H__ */ \ No newline at end of file
diff --git a/test/core/statistics/census_stub_test.c b/test/core/statistics/census_stub_test.c
index c651eaf21f..595c1f94ff 100644
--- a/test/core/statistics/census_stub_test.c
+++ b/test/core/statistics/census_stub_test.c
@@ -1,6 +1,6 @@
/*
*
- * Copyright 2014, Google Inc.
+ * Copyright 2015, Google Inc.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -74,4 +74,4 @@ int main(int argc, char** argv) {
grpc_test_init(argc, argv);
test_census_stubs();
return 0;
-}
+} \ No newline at end of file
diff --git a/test/core/statistics/hash_table_test.c b/test/core/statistics/hash_table_test.c
index e8e4d8b6f1..a5d5fada7d 100644
--- a/test/core/statistics/hash_table_test.c
+++ b/test/core/statistics/hash_table_test.c
@@ -1,6 +1,6 @@
/*
*
- * Copyright 2014, Google Inc.
+ * Copyright 2015, Google Inc.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -298,4 +298,4 @@ int main(int argc, char** argv) {
test_insertion_with_same_key();
test_insertion_and_deletion_with_high_collision_rate();
return 0;
-}
+} \ No newline at end of file
diff --git a/test/core/statistics/multiple_writers_circular_buffer_test.c b/test/core/statistics/multiple_writers_circular_buffer_test.c
index 298900a661..2db36997b1 100644
--- a/test/core/statistics/multiple_writers_circular_buffer_test.c
+++ b/test/core/statistics/multiple_writers_circular_buffer_test.c
@@ -1,6 +1,6 @@
/*
*
- * Copyright 2014, Google Inc.
+ * Copyright 2015, Google Inc.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -43,4 +43,4 @@ int main(int argc, char **argv) {
srand(gpr_now().tv_nsec);
test_multiple_writers_circular_log();
return 0;
-}
+} \ No newline at end of file
diff --git a/test/core/statistics/multiple_writers_test.c b/test/core/statistics/multiple_writers_test.c
index ae6fd95651..d87847c7f9 100644
--- a/test/core/statistics/multiple_writers_test.c
+++ b/test/core/statistics/multiple_writers_test.c
@@ -1,6 +1,6 @@
/*
*
- * Copyright 2014, Google Inc.
+ * Copyright 2015, Google Inc.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -43,4 +43,4 @@ int main(int argc, char **argv) {
srand(gpr_now().tv_nsec);
test_multiple_writers();
return 0;
-}
+} \ No newline at end of file
diff --git a/test/core/statistics/performance_test.c b/test/core/statistics/performance_test.c
index 40fe4c5911..81b2ed4553 100644
--- a/test/core/statistics/performance_test.c
+++ b/test/core/statistics/performance_test.c
@@ -1,6 +1,6 @@
/*
*
- * Copyright 2014, Google Inc.
+ * Copyright 2015, Google Inc.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -43,4 +43,4 @@ int main(int argc, char **argv) {
srand(gpr_now().tv_nsec);
test_performance();
return 0;
-}
+} \ No newline at end of file
diff --git a/test/core/statistics/quick_test.c b/test/core/statistics/quick_test.c
index 8df32cf111..eb025d42e0 100644
--- a/test/core/statistics/quick_test.c
+++ b/test/core/statistics/quick_test.c
@@ -1,6 +1,6 @@
/*
*
- * Copyright 2014, Google Inc.
+ * Copyright 2015, Google Inc.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -51,4 +51,4 @@ int main(int argc, char **argv) {
test_fill_log_with_straddling_records();
test_fill_circular_log_with_straddling_records();
return 0;
-}
+} \ No newline at end of file
diff --git a/test/core/statistics/rpc_stats_test.c b/test/core/statistics/rpc_stats_test.c
index 1e929d18ef..1ac4ce92c2 100644
--- a/test/core/statistics/rpc_stats_test.c
+++ b/test/core/statistics/rpc_stats_test.c
@@ -1,6 +1,6 @@
/*
*
- * Copyright 2014, Google Inc.
+ * Copyright 2015, Google Inc.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -194,4 +194,4 @@ int main(int argc, char** argv) {
test_record_stats_on_unknown_op_id();
test_record_stats_with_trace_store_uninitialized();
return 0;
-}
+} \ No newline at end of file
diff --git a/test/core/statistics/small_log_test.c b/test/core/statistics/small_log_test.c
index ff3aee9eae..eccae087b7 100644
--- a/test/core/statistics/small_log_test.c
+++ b/test/core/statistics/small_log_test.c
@@ -1,6 +1,6 @@
/*
*
- * Copyright 2014, Google Inc.
+ * Copyright 2015, Google Inc.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -43,4 +43,4 @@ int main(int argc, char **argv) {
srand(gpr_now().tv_nsec);
test_small_log();
return 0;
-}
+} \ No newline at end of file
diff --git a/test/core/statistics/trace_test.c b/test/core/statistics/trace_test.c
index 97e1463ae1..21cc17be51 100644
--- a/test/core/statistics/trace_test.c
+++ b/test/core/statistics/trace_test.c
@@ -1,6 +1,6 @@
/*
*
- * Copyright 2014, Google Inc.
+ * Copyright 2015, Google Inc.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -252,4 +252,4 @@ int main(int argc, char** argv) {
test_trace_print();
test_get_active_ops();
return 0;
-}
+} \ No newline at end of file
diff --git a/test/core/statistics/window_stats_test.c b/test/core/statistics/window_stats_test.c
index 1fe7747740..c15469c20d 100644
--- a/test/core/statistics/window_stats_test.c
+++ b/test/core/statistics/window_stats_test.c
@@ -1,6 +1,6 @@
/*
*
- * Copyright 2014, Google Inc.
+ * Copyright 2015, Google Inc.
* All rights reserved.
*
* Redistribution and use in source and binary forms, with or without
@@ -314,4 +314,4 @@ int main(int argc, char* argv[]) {
rolling_time_test();
infinite_interval_test();
return 0;
-}
+} \ No newline at end of file