Skip to content
Snippets Groups Projects
Commit 0e22e1f2 authored by Maxence Naud's avatar Maxence Naud
Browse files

[Fix] Mermaid gantt diagram scheduler time axis

parent cba9f2ca
No related branches found
No related tags found
No related merge requests found
...@@ -74,7 +74,7 @@ void Aidge::SequentialScheduler::generateScheduling(bool verbose) { ...@@ -74,7 +74,7 @@ void Aidge::SequentialScheduler::generateScheduling(bool verbose) {
if (verbose) { if (verbose) {
printf("\t- consumer: " printf("\t- consumer: "
"\x1b[1;37m" "\x1b[1;37m"
"%s" "%Q"
"\x1b[0m" "\x1b[0m"
"\n\t\tR/C:\t", "\n\t\tR/C:\t",
(consumer->type() + "_" + std::to_string(reinterpret_cast<uintptr_t>(consumer.get()))).c_str()); (consumer->type() + "_" + std::to_string(reinterpret_cast<uintptr_t>(consumer.get()))).c_str());
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment