Announcement

Collapse
No announcement yet.

gtkperf not saving results

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

  • gtkperf not saving results

    tasadar@voyayerB:~/compilados/mplayer/bin$ phoronix-test-suite run gtkperf

    ====================================
    Test Configuration: GtkPerf
    ====================================


    GTK Widget:

    1: GtkComboBox
    2: GtkComboBoxEntry
    3: GtkToggleButton
    4: GtkCheckButton
    5: GtkRadioButton
    6: GtkTextView - Add Text
    7: GtkTextView - Scroll
    8: GtkDrawingArea - Circles
    9: GtkDrawingArea - Pixbufs
    10: Total Time

    Enter Your Choice: 7

    Would you like to save these test results (Y/n)? Y
    Enter a name to save these results: test
    Enter a unique name for this test run: catalist

    ###########################################
    If you wish, enter a new description below.
    Press ENTER to proceed without changes.
    ###########################################

    Current Description: This test calculates the average frame-rate from several different GTK operations.

    New Description:

    ====================================
    GtkPerf (Run 1 of 1)
    ====================================


    (gtkperf:2877): Gtk-WARNING **: GtkSpinButton: setting an adjustment with non-zero page size is deprecated

    (gtkperf:2877): Gtk-WARNING **: GtkSpinButton: setting an adjustment with non-zero page size is deprecated
    GtkPerf 0.40 - Starting testing: Tue Feb 3 07:02:52 2009

    GtkTextView - Scroll - time: 0,15
    ---
    Total time: 0,24

    Quitting..

    ####################################
    GtkPerf:
    GtkTextView - Scroll


    Average: 0.00 Seconds
    ####################################

    tasadar@voyayerB:

  • #2
    I use phoronix-test-suite 1.6.0 tydal

    Comment


    • #3
      Have you tried other options besides GtkTextView Scroll? Does it work for those? I haven't run into this issue myself but when I am back in the office will investigate.
      Michael Larabel
      https://www.michaellarabel.com/

      Comment


      • #4
        I have the same proble with all. Bad result and I can't upload result.

        My PC: Ubuntu 8.10 ATI 4670 with Catalyst 8.12. Now catalyst 9.1

        Examples:

        ====================================
        GtkPerf (Run 1 of 1)
        ====================================


        (gtkperf:8875): Gtk-WARNING **: GtkSpinButton: setting an adjustment with non-zero page size is deprecated

        (gtkperf:8875): Gtk-WARNING **: GtkSpinButton: setting an adjustment with non-zero page size is deprecated
        GtkPerf 0.40 - Starting testing: Thu Feb 5 08:18:25 2009

        GtkDrawingArea - Circles - time: 391,84
        ---
        Total time: 391,93

        Quitting..

        ####################################
        GtkPerf:
        GtkDrawingArea - Circles


        Average: 0.00 Seconds
        ####################################


        ====================================
        GtkPerf (Run 1 of 1)
        ====================================


        (gtkperf:9344): Gtk-WARNING **: GtkSpinButton: setting an adjustment with non-zero page size is deprecated

        (gtkperf:9344): Gtk-WARNING **: GtkSpinButton: setting an adjustment with non-zero page size is deprecated
        GtkPerf 0.40 - Starting testing: Thu Feb 5 08:28:51 2009

        GtkCheckButton - time: 2,70
        ---
        Total time: 2,71

        Quitting..

        ####################################
        GtkPerf:
        GtkCheckButton


        Average: 0.00 Seconds
        ####################################

        ====================================
        GtkPerf (Run 1 of 1)
        ====================================


        (gtkperf:9657): Gtk-WARNING **: GtkSpinButton: setting an adjustment with non-zero page size is deprecated

        (gtkperf:9657): Gtk-WARNING **: GtkSpinButton: setting an adjustment with non-zero page size is deprecated
        GtkPerf 0.40 - Starting testing: Thu Feb 5 08:30:19 2009

        GtkToggleButton - time: 5,80
        ---
        Total time: 5,80

        Quitting..

        ####################################
        GtkPerf:
        GtkToggleButton


        Average: 0.00 Seconds
        ####################################

        tasadar@voyayerB:~$

        Comment


        • #5
          Hmmm, I just tried it and it ran fine:

          ./phoronix-test-suite benchmark gtkperf


          ====================================
          Test Configuration: GtkPerf
          ====================================


          GTK Widget:

          1: GtkComboBox
          2: GtkComboBoxEntry
          3: GtkToggleButton
          4: GtkCheckButton
          5: GtkRadioButton
          6: GtkTextView - Add Text
          7: GtkTextView - Scroll
          8: GtkDrawingArea - Circles
          9: GtkDrawingArea - Pixbufs
          10: Total Time

          Enter Your Choice: 1

          Would you like to save these test results (Y/n)? n

          ====================================
          GtkPerf (Run 1 of 1)
          ====================================


          (gtkperf:20840): Gtk-WARNING **: GtkSpinButton: setting an adjustment with non-zero page size is deprecated

          (gtkperf:20840): Gtk-WARNING **: GtkSpinButton: setting an adjustment with non-zero page size is deprecated
          GtkPerf 0.40 - Starting testing: Sun Feb 8 14:49:42 2009

          GtkComboBox - time: 174.64
          ---
          Total time: 174.64

          Quitting..

          ####################################
          GtkPerf:
          GtkComboBox

          174.64 Seconds

          Average: 174.64 Seconds
          ####################################
          Michael Larabel
          https://www.michaellarabel.com/

          Comment


          • #6
            I guess you need a LANG override like:

            LANG= gtkperf

            to get rid of the ","

            Comment

            Working...
            X