Announcement

Collapse
No announcement yet.

Phoronix Test Suite 5.6 M1 Brings Stress-Run, Libframetime Parsing

Collapse
X
 
  • Filter
  • Time
  • Show
Clear All
new posts

  • Phoronix Test Suite 5.6 M1 Brings Stress-Run, Libframetime Parsing

    Phoronix: Phoronix Test Suite 5.6 M1 Brings Stress-Run, Libframetime Parsing

    The first development release of Phoronix Test Suite 5.6 "Dedilovo" is now available. This release brings exciting new functionality to our open-source, cross-platform benchmarking framework...

    Phoronix, Linux Hardware Reviews, Linux hardware benchmarks, Linux server benchmarks, Linux benchmarking, Desktop Linux, Linux performance, Open Source graphics, Linux How To, Ubuntu benchmarks, Ubuntu hardware, Phoronix Test Suite

  • #2
    May I recommend that you compile 32bit libframetime.so on 64-bit

    Maybe edit Makefile like this: https://gist.github.com/licaon-kter/...d5b0b15417d63e

    Also in the install.sh add a wildcard to pick up all versions: https://gist.github.com/licaon-kter/...e779ada5829023

    And now when preloading you give it both versions and since the binary is one arch only (on Linux afaik at least) it will pick up only the good one :
    Code:
    LD_PRELOAD="~/libframetime64.so:~/libframetime32.so" <binary>
    On OS X the arch test ( getconf LONG_BIT ) might not be the best, it will yield 32 on systems that can run 64 bit programs too ( as far as stackexchange says anyway ), I don't have an OS X machine to test it.

    PS:
    Added a pull-request so that maybe it's upstreamed https://github.com/clbr/libframetime/pull/1
    The install.sh modification will need to be made in PTS anyway.

    Comment

    Working...
    X