What do y’all make of this?

  • Cethin@lemmy.zip
    link
    fedilink
    English
    arrow-up
    28
    ·
    12 hours ago

    Even if it were incredibly straightforward and performant, it’s still impossible to add no overhead. Is the process doing something? Ok, then something else has to not happen in that time

    • Liz@midwest.social
      link
      fedilink
      English
      arrow-up
      3
      ·
      2 hours ago

      That’s not strictly true, since your frame rate could be either CPU or GPU limited. If your process is light and running on the thing that has compute to spare, well then it’s running on “free” compute time.

      • Cethin@lemmy.zip
        link
        fedilink
        English
        arrow-up
        1
        ·
        25 minutes ago

        I guess, but it isn’t shifting between GPU or CPU depending on what’s free. It might happen to not have a significant effect (heat is still an effect), but doesn’t know.