mirror of
https://github.com/mmueller41/mxtasking.git
synced 2026-01-21 12:42:57 +01:00
Convert basic_string to C string.
This commit is contained in:
@@ -100,7 +100,7 @@ void Profiler::stop()
|
|||||||
output.push_back(std::move(end_output));
|
output.push_back(std::move(end_output));
|
||||||
|
|
||||||
//std::ofstream out_file{this->_profiling_output_file.value()};
|
//std::ofstream out_file{this->_profiling_output_file.value()};
|
||||||
Genode::log(output.dump()); // dump to serial console for the moment
|
Genode::log(output.dump().c_str()); // dump to serial console for the moment
|
||||||
}
|
}
|
||||||
|
|
||||||
this->_profiling_output_file = std::nullopt;
|
this->_profiling_output_file = std::nullopt;
|
||||||
|
|||||||
Reference in New Issue
Block a user