File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33<img align =" right " style =" margin-left :10px " src =" profiling_bits_211220.png " alt =" profiling bits php " width =" 200px " />
44
55The profiler is implemented in Rust. To see the currently required Rust
6- version, refer to the [ rust-toolchain] ( rust-toolchain ) file. The profiler
6+ version, refer to the [ rust-toolchain.toml ] ( rust-toolchain.toml ) file. The profiler
77requires PHP 7.1+, and does not support debug builds.
88
99## Time Profiling
@@ -88,7 +88,7 @@ behind a feature flag.
8888#### ld: symbol(s) not found for architecture arm64
8989
9090If your linker is not finding certain symbols, you might be missing your
91- architecture in the [ .cargo/config] ( .cargo/config ) file. You should be able to
91+ architecture in the [ .cargo/config.toml ] ( .cargo/config.toml ) file. You should be able to
9292fix this problem by adding your target as shown by ` rustc -vV ` .
9393
9494#### Can't find ` libdatadog_php_profiling.so ` on MacOS
You can’t perform that action at this time.
0 commit comments