Skip to content

add trace log on task begin/end/yield #2884

add trace log on task begin/end/yield

add trace log on task begin/end/yield #2884

GitHub Actions / Clang-Tidy failed Oct 22, 2024 in 0s

[Clang-Tidy] 4 warnings

[Clang-Tidy] 4 warnings

Annotations

Check warning on line 297 in src/./jogasaki/scheduler/flat_task.h

See this annotation in the file changed.

@github-actions github-actions / Clang-Tidy

fuchsia-statically-constructed-objects

static objects are disallowed; if possible, use a constexpr constructor instead 

Check warning on line 297 in src/./jogasaki/scheduler/flat_task.h

See this annotation in the file changed.

@github-actions github-actions / Clang-Tidy

cppcoreguidelines-avoid-non-const-global-variables

variable 'id_src_' is non-const and globally accessible, consider making it const 

Check warning on line 297 in src/jogasaki/scheduler/flat_task.h

See this annotation in the file changed.

@github-actions github-actions / Clang-Tidy

fuchsia-statically-constructed-objects

static objects are disallowed; if possible, use a constexpr constructor instead 

Check warning on line 297 in src/jogasaki/scheduler/flat_task.h

See this annotation in the file changed.

@github-actions github-actions / Clang-Tidy

cppcoreguidelines-avoid-non-const-global-variables

variable 'id_src_' is non-const and globally accessible, consider making it const