Skip to content

Light weight boot profiler for hypervisor based embedded system

License

Notifications You must be signed in to change notification settings

c6supper/neptune-profiler-boot

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Neptune-Profiler-Boot

A boot profiler for hypervisor based system

Prerequisites

How to Build

  • mkdir build && cd build
  • for x86 testing purpose
  • cmake -DCMAKE_EXPORT_COMPILE_COMMANDS=ON ../
  • for QNX
cmake -DCMAKE_CROSSCOMPILING=1 -DCMAKE_TOOLCHAIN_FILE=$PROJECT_ROOT/cmake/QNXToolchain.cmake \
find . -name "link.txt" -exec sed -i "s/-lrt//g" {} + && \
find . -name "link.txt" -exec sed -i "s/-lpthread//g" {} + && \
make -j$(nproc)
  • make install

Documentation

Read the API Docs here

License

Neptune-Profiler-Boot is released under the Apache License, Version 2.0. See LICENSE for the full license text.

Copyright

Copyright 2024 Coding Nerd

About

Light weight boot profiler for hypervisor based embedded system

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published