(look at the Core 0 graph)

  • Psythik@lemm.ee
    link
    fedilink
    arrow-up
    6
    ·
    1 year ago

    Why would the software developer(s) use the time instead of a timer to make a graph?

    • pivot_root@lemmy.world
      link
      fedilink
      arrow-up
      4
      ·
      edit-2
      1 year ago

      It’s possible they did both.

      If that graph widget is designed for time-series data, it would need an X-axis timestamp and corresponding Y-axis value for every different sensor it renders. A timer would be used to periodically take samples, and the sample would be created with a timestamp of whenever the timer fired.