``` // [windows] Added to pick the latest constructor RuntimeSamplingProfile // for collectSamplingProfile [JSExecutor.cpp] // revert when react-native/new-app-screen is at ^0.82.0 RuntimeSamplingProfile( std::string runtimeName, std::vector<Sample> samples, std::unique_ptr<RawRuntimeProfile> rawRuntimeProfile) : runtimeName_(std::move(runtimeName)), samples_(std::move(samples)), rawRuntimeProfile_(std::move(rawRuntimeProfile)) {}