Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
577 changes: 554 additions & 23 deletions Cargo.lock

Large diffs are not rendered by default.

16 changes: 15 additions & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ members = [
"examples/rust/feo-mini-adas",
"examples/rust/greeter",
"examples/rust/greetings",
"examples/rust/mini-adas-recording",
# "examples/rust/mini-adas-recording",
"feo",
"feo-log",
"feo-logger",
Expand All @@ -15,7 +15,21 @@ members = [
]
resolver = "2"


[workspace.dependencies]

async_runtime = { git = "https://github.com/qorix-group/qor-runtime.git" , rev = "cfb01d7c55fe9021dd5539660167792826b88182" }
orchestration = { git = "https://github.com/qorix-group/qor-runtime.git" , rev = "cfb01d7c55fe9021dd5539660167792826b88182" }
logging_tracing = { git = "https://github.com/qorix-group/qor-runtime.git" , rev = "cfb01d7c55fe9021dd5539660167792826b88182" }
foundation = { git = "https://github.com/qorix-group/qor-runtime.git", rev = "cfb01d7c55fe9021dd5539660167792826b88182" }


#async_runtime = { path = "../performance_stack_rust/async_runtime" }
#orchestration = { path = "../performance_stack_rust/orchestration" }
#logging_tracing = { path = "../performance_stack_rust/logging_tracing" }
#foundation = { path = "../performance_stack_rust/foundation" }


anyhow = "1.0.49"
argh = "0.1.13"
async-stream = "0.3.6"
Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# score-feo

## Disclaimer
This is port of FEO for `qor-runtime`. Currently, this builds only with `cargo build` as there are some issues
with integration for `bazel` due to using native perfetto sdk as tracing for system events. This is WIP.

## Rust setup

You can build the Rust code both with `bazel` and with `cargo`.
Expand Down
Binary file added doc/feo_agent.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added doc/feo_executor.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Loading