-
- Downloads
Merge pull request #1267 from vjpai/timers
Infrastructure for timer insertion, logging, and testing
No related branches found
No related tags found
Showing
- BUILD 6 additions, 0 deletionsBUILD
- Makefile 49 additions, 1 deletionMakefile
- build.json 17 additions, 0 deletionsbuild.json
- src/core/profiling/timers.c 138 additions, 0 deletionssrc/core/profiling/timers.c
- src/core/profiling/timers.h 70 additions, 0 deletionssrc/core/profiling/timers.h
- src/core/profiling/timers_preciseclock.h 56 additions, 0 deletionssrc/core/profiling/timers_preciseclock.h
- src/core/surface/init.c 5 additions, 2 deletionssrc/core/surface/init.c
- templates/Makefile.template 9 additions, 0 deletionstemplates/Makefile.template
- test/core/profiling/timers_test.c 83 additions, 0 deletionstest/core/profiling/timers_test.c
- tools/run_tests/tests.json 9 additions, 0 deletionstools/run_tests/tests.json
- vsprojects/vs2010/Grpc.mak 10 additions, 2 deletionsvsprojects/vs2010/Grpc.mak
- vsprojects/vs2010/grpc.vcxproj 4 additions, 0 deletionsvsprojects/vs2010/grpc.vcxproj
- vsprojects/vs2010/grpc.vcxproj.filters 12 additions, 0 deletionsvsprojects/vs2010/grpc.vcxproj.filters
- vsprojects/vs2010/grpc_unsecure.vcxproj 4 additions, 0 deletionsvsprojects/vs2010/grpc_unsecure.vcxproj
- vsprojects/vs2010/grpc_unsecure.vcxproj.filters 12 additions, 0 deletionsvsprojects/vs2010/grpc_unsecure.vcxproj.filters
- vsprojects/vs2013/Grpc.mak 9 additions, 1 deletionvsprojects/vs2013/Grpc.mak
- vsprojects/vs2013/grpc.vcxproj 4 additions, 0 deletionsvsprojects/vs2013/grpc.vcxproj
- vsprojects/vs2013/grpc.vcxproj.filters 12 additions, 0 deletionsvsprojects/vs2013/grpc.vcxproj.filters
- vsprojects/vs2013/grpc_unsecure.vcxproj 4 additions, 0 deletionsvsprojects/vs2013/grpc_unsecure.vcxproj
- vsprojects/vs2013/grpc_unsecure.vcxproj.filters 12 additions, 0 deletionsvsprojects/vs2013/grpc_unsecure.vcxproj.filters
Loading
Please register or sign in to comment