| 179 | maxuse = std::max(maxuse, n); |
| 180 | } |
| 181 | void recordUse () noexcept { ++nuse; } |
| 182 | void print () const { |
| 183 | amrex::Print(Print::AllProcs) << "### " << name << " ###\n" |
| 184 | << " tot # of builds : " << nbuild << "\n" |
no outgoing calls
no test coverage detected