Skip to content

carlosb1/kornia_io

 
 

Repository files navigation

kornia_io

(🚨 Warning: Unstable Prototype 🚨)

Repository in kornia for video streaming, reading and writing images.

For testing rust code

cargo test --release -- --nocapture

For run tests in release mode printing values

cargo bench

For running benchmarking test

Useful links

Cargo flamegraph

Install flamegraph and activate perf (remove after be used)

echo -1 | sudo tee /proc/sys/kernel/perf_event_paranoid

check benches/my_benchmark.rs for uncomment the benchmarking

and runs:

cargo bench

with the simple profiler and

cargo bench --bench my_benchmark-- --profile-time=5

To get a flamegraph.svg graph (uncomment the profiler code)

alt text

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 63.5%
  • Rust 34.4%
  • Shell 1.1%
  • Other 1.0%