Changeset 2334 in MondoRescue for branches/2.2.10/tools/quality


Ignore:
Timestamp:
Aug 18, 2009, 5:28:18 PM (15 years ago)
Author:
Bruno Cornec
Message:

r3369@localhost: bruno | 2009-08-18 16:57:27 +0200

  • Transform bout 100 strcpy in dyn. allocation. Quality is improving
  • function figure_out_kernel_path_interactively_if_necessary now return a dynamically allocated string
  • mondoarchive checked with valgrind in text an newt modes
File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2.2.10/tools/quality

    r2332 r2334  
    4646cat /tmp/mondo.quality
    4747echo "mondorescue uses : `cat /tmp/mondo.quality | wc -l` getline without &"
    48 pbg mr_asprintf | grep -vE '"|FNAME|ISOFS|syscall_sprintf|mr_mem|quality' > /tmp/mondo.quality
     48pbg -w mr_asprintf | grep -vE '"|FNAME|ISOFS|syscall_sprintf|mr_mem|quality' > /tmp/mondo.quality
    4949cat /tmp/mondo.quality
    5050echo "mondorescue uses : `cat /tmp/mondo.quality | wc -l` mr_asprintf without \""
    51 find . -name '*.c' -o -name '*.h' |  egrep -v '\.svn|/\*|monitas|/\*|mindi-busybox' | xargs grep -rw mr_getline | egrep -v '/\*' | egrep -v 'mr_getline\(&' > /tmp/mondo.quality
     51pbg 'mr_asprintf\(\&' > /tmp/mondo.quality
    5252cat /tmp/mondo.quality
    53 echo "monodrescue uses : `cat /tmp/mondo.quality | wc -l` mr_getline without &"
     53echo "mondorescue uses : `cat /tmp/mondo.quality | wc -l` mr_asprintf with \&"
     54pbg 'mr_getline\(\&' > /tmp/mondo.quality
     55cat /tmp/mondo.quality
     56echo "mondorescue uses : `cat /tmp/mondo.quality | wc -l` mr_getline with \&"
    5457
    5558echo " "
Note: See TracChangeset for help on using the changeset viewer.