epi-project / brane

Programmable Orchestration of Applications and Networking
Apache License 2.0
9 stars 7 forks source link

Added profiling #31

Closed Lut99 closed 1 year ago

Lut99 commented 1 year ago

Not only that, also moved the protobuf implementations from .proto files to Rust implementation. This because we only do inter-rust communication anyway, and because this allows us to integrate with pre-existing Rust structures. However, most importantly, this removes the super annoying dependency on the protobuf compiler itself.

Didn't end up using that in profiling, though...