Skip to content
Snippets Groups Projects

fix/scheduler_exec_time

Merged Grégoire Kubler requested to merge hrouis/aidge_core:fix/scheduler_exec_time into dev
2 unresolved threads

Context

see issue : #89 (closed)

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
456 456 * @param inId index for adding the parent.
457 457 */
458 458 void addParent(const NodePtr otherNode, const IOIndex_t inId);
459
460 /**
461 * @brief operator<< overload to ease print & debug of nodes
462 * @param[inout] ostream to print to
463 * @param[in] n node to print
464 */
465 friend std::ostream& operator << (std::ostream& os, Node& n);
  • Grégoire Kubler added 205 commits

    added 205 commits

    Compare with previous version

  • added 1 commit

    • 2f1f25a1 - Revert "chore : removed ostream operator<< support"

    Compare with previous version

  • Grégoire Kubler mentioned in merge request !91 (merged)

    mentioned in merge request !91 (merged)

  • added 1 commit

    • 80b2a9cd - chore : commented the operator<< out

    Compare with previous version

  • 456 456 * @param inId index for adding the parent.
    457 457 */
    458 458 void addParent(const NodePtr otherNode, const IOIndex_t inId);
    459
    460 // OPERATOR FUNCTIONNAL but commented out to avoid iostream inclusion
    461 // /**
    462 // * @brief operator<< overload to ease print & debug of nodes
    463 // * @param[inout] ostream to print to
    464 // * @param[in] n node to print
    465 // */
    466 // friend std::ostream& operator << (std::ostream& os, Node& n);
  • Grégoire Kubler added 4 commits

    added 4 commits

    Compare with previous version

  • Maxence Naud marked this merge request as ready

    marked this merge request as ready

  • Maxence Naud added 1 commit

    added 1 commit

    • a1a83f25 - Fix test_scheduler test and put back warning in Node

    Compare with previous version

  • Maxence Naud enabled an automatic merge when the pipeline for a1a83f25 succeeds

    enabled an automatic merge when the pipeline for a1a83f25 succeeds

  • Maxence Naud mentioned in commit 08a66f38

    mentioned in commit 08a66f38

  • merged

  • Please register or sign in to reply
    Loading