文件名称:opentracing-cpp:适用于C ++的OpenTracing API
文件大小:194KB
文件格式:ZIP
更新时间:2024-06-02 19:19:16
C++
适用于C ++的OpenTracing API OpenTracing API的C ++实现 必读 为了理解C ++平台API,首先必须更熟悉和。 编译安装 Linux / MacOS mkdir .build cd .build cmake .. make sudo make install 去测试: make test 视窗 mkdir .build cd .build cmake -G " Visual Studio 15 2017 Win64 " .. 在调试模式下构建目标 MSBuild.exe opentracing-cpp.sln /p:Configuration=Debug /Target=Build 在发布模式下构建目标 MSBuild.exe opentracing-cpp.sln /p:Configuration=Release /Target=Build
【文件预览】:
opentracing-cpp-master
----.clang-format(3KB)
----.gitignore(445B)
----version.h.in(432B)
----src()
--------tracer.cpp(1KB)
--------propagation.cpp(2KB)
--------ext()
--------dynamic_load_unix.cpp(3KB)
--------noop.cpp(3KB)
--------dynamic_load.cpp(2KB)
--------tracer_factory.cpp(1KB)
--------dynamic_load_unsupported.cpp(363B)
--------dynamic_load_windows.cpp(3KB)
----config.h.in(61B)
----BUILD.bazel(1KB)
----.travis.yml(1KB)
----mocktracer()
--------src()
--------LICENSE.apache(11KB)
--------BUILD(425B)
--------include()
--------test()
--------CMakeLists.txt(2KB)
----LICENSE(11KB)
----ChangeLog(46B)
----3rd_party()
--------BUILD(517B)
--------include()
----scripts()
--------run_clang_format.sh(113B)
----README.md(7KB)
----cmake()
--------OpenTracingConfig.cmake(528B)
--------weak_symbol.cpp(56B)
--------runldconfig(124B)
----include()
--------opentracing()
----example()
--------dynamic_load()
--------tutorial()
--------CMakeLists.txt(58B)
----ci()
--------setup_linux_environment.sh(968B)
--------setup_osx_environment.sh(44B)
----WORKSPACE(39B)
----.appveyor.yml(414B)
----AUTHORS(42B)
----test()
--------value_test.cpp(1KB)
--------dynamic_load_test.cpp(3KB)
--------tracer_test.cpp(1KB)
--------string_view_test.cpp(1KB)
--------BUILD(473B)
--------util_test.cpp(949B)
--------tracer_b.cpp(343B)
--------multiple_tracer_link_test.cpp(520B)
--------tracer_a.cpp(343B)
--------CMakeLists.txt(1KB)
----CMakeLists.txt(9KB)
----NEWS(8B)
----RELEASE.md(369B)