1 रिपॉजिटरी
Tools for analyzing resource usage and execution timing specifically for Rust applications.
Distinct from Rust Performance Benchmarking: Candidates are either general libraries [f0_mt1] or benchmarking tools [f0_mt2], not IDE-integrated profiling for Rust applications.
Explore 1 awesome GitHub repository matching programming languages & runtimes · Rust Performance Profiling. Refine with filters or upvote what's useful.
This project is an IntelliJ IDE plugin that provides an integrated development environment for Rust. It serves as a build system orchestrator and debugger interface, offering comprehensive language analysis, syntax highlighting, and intelligent code editing assistance. The plugin integrates with a language server to provide real-time type inference and code navigation. It includes a dedicated static analysis tool for detecting code duplicates, analyzing memory leaks, and measuring test coverage. The toolset covers toolchain management and Cargo integration for dependency and manifest handlin
Provides integrated performance profiling to identify resource bottlenecks and execution timing in Rust applications.