Feature instrumentation profiling #32
Annotations
1 error, 2 warnings, and 1 notice
cpp-linter
Process completed with exit code 1.
|
nuTens/instrumentation.hpp:123:7 [cppcoreguidelines-special-member-functions]:
nuTens/instrumentation.hpp#L123
class 'InstrumentationTimer' defines a non-default destructor but does not define a copy constructor, a copy assignment operator, a move constructor or a move assignment operator
|
nuTens/propagator/const-density-solver.hpp:81:10 [clang-diagnostic-inconsistent-missing-override]:
nuTens/propagator/const-density-solver.hpp#L81
'calculateEigenvalues' overrides a member function but is not marked 'override'
|
Run clang-format on nuTens/instrumentation.hpp:
nuTens/instrumentation.hpp#L1
File nuTens/instrumentation.hpp does not conform to Custom style guidelines. (lines 48, 146, 147)
|