Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • S ScalFMM
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 11
    • Issues 11
    • List
    • Boards
    • Service Desk
    • Milestones
  • Deployments
    • Deployments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • Repository
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • solverstack
  • ScalFMM
  • Repository
Switch branch/tag
  • ScalFMM
  • Src
  • Utils
  • FAlgorithmTimers.hpp
Find file BlameHistoryPermalink
  • Quentin Khan's avatar
    FAlgorithmTimers: change timers container type to std::map · fbf0b85b
    Quentin Khan authored May 19, 2016
    The timers are mapped to a std::string. The basic ones (P2L, P2M, M2M,
    M2P, M2L, L2L, L2P, P2P) have a constexpr definition. Any new timer can
    be added by calling `Timers["timer name"];`.
    fbf0b85b