Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • Q qt-creator
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Artifacts
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
    • Model experiments
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Tobias Hunger
  • qt-creator
  • Repository
  • qt-creator
  • src
  • plugins
  • qmlprofiler
  • timelinerenderer.cpp
Find file Blame History Permalink
  • Ulf Hermann's avatar
    QmlProfiler: Avoid numerical overflows in calculation of event width · fd3f544b
    Ulf Hermann authored Nov 11, 2014
    We must not keep intermediate values in 32bit integers as they can
    easily get too large for that. This change restores the behavior from
    before change 10a14ced
    
    , which coaxed
    the compiler into using floats by stating the minimum constants as
    "1.0".
    
    Task-number: QTCREATORBUG-13391
    Change-Id: Ie83337b7e2b09b37d94a31a07813de14b85152ee
    Reviewed-by: default avatarKai Koehne <kai.koehne@theqtcompany.com>
    fd3f544b