Ignore:
Timestamp:
Aug 6, 2015, 8:10:19 AM (9 years ago)
Author:
Bruno Cornec
Message:

Attempt to fix percentage analysis for mindi

Use now MINDI_RUNFILE to store mindi execution traces and refer to it in
mondo to get the percentages of operations done in mindi. Should bring
back a better UI when mindi is called

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/3.2/mondo/src/common/libmondo-fork.c

    r3349 r3404  
    653653    for (sleep(1); command[0] != '\0'; sleep(1)) {
    654654        if (strstr(cmd,"mindi") != NULL) {
    655             pcno = grab_percentage_from_last_line_of_file(MINDI_LOGFILE);
     655            pcno = grab_percentage_from_last_line_of_file(MINDI_RUNFILE);
    656656        } else {
    657657            pcno = grab_percentage_from_last_line_of_file(MONDO_LOGFILE);
Note: See TracChangeset for help on using the changeset viewer.