msServiceProfiler Developer Guide¶
Command Line Installation and Build¶
Building and Installing msServiceProfiler with pip¶
Currently, only installation from source is supported.
After successful installation, the resulting libms_service_profiler.so file is stored in the msserviceprofiler/build/cp311-cp311-linux_aarch64/cpp folder.
Note:
If installation withpipis interrupted (for example, due to missing dependencies), delete the cache directory before retrying. The cache directory is located atmsserviceprofiler/build. To remove it, runrm -r msserviceprofiler/build.