[rocprof-sys] Use fmt APIs to construct strings instead of JOIN (#2643)
## Motivation With the introduction of the new logging system base on `spdlog` library, opportunity shows to replace `timemory` dependent JOIN implementation with `fmt` library `format` and `join` APIs, which are shipped as a part of `spdlog` lib ## Technical Details Use `fmt` provided APIs to properly format and package strings.
This commit is contained in:
committed by
GitHub
orang tua
3318c540ea
melakukan
956a73c4c8
@@ -49,7 +49,6 @@
|
||||
#include <timemory/unwind/dlinfo.hpp>
|
||||
#include <timemory/unwind/types.hpp>
|
||||
#include <timemory/utility/filepath.hpp>
|
||||
#include <timemory/utility/join.hpp>
|
||||
#include <timemory/utility/procfs/maps.hpp>
|
||||
|
||||
#include "logger/debug.hpp"
|
||||
|
||||
Reference in New Issue
Block a user