Add basic profiling plugin for alternative bundler (#76030)
Adds a profiling plugin for Rspack to enable tracing similar to the existing Webpack profiling plugin. Rspack does not implement all of the hooks necessary to re-use the webpack plugin, so this is a basic implementation that starts and stops spans, and makes them available to our loaders.