X-Git-Url: http://git.onelab.eu/?a=blobdiff_plain;f=planetlab%2Fincludes%2Fplc_functions.php;fp=planetlab%2Fincludes%2Fplc_functions.php;h=a51bf592188085b0a68566e338b7c32a60e99d11;hb=d143bfb2c9741d8f82c78ec97472c7648a750eed;hp=43a384d730dad521cd64ff99f0384b0f53d10a7a;hpb=907590243a6afcd3c64b4b1e6caf4f2a6a98b244;p=plewww.git diff --git a/planetlab/includes/plc_functions.php b/planetlab/includes/plc_functions.php index 43a384d..a51bf59 100644 --- a/planetlab/includes/plc_functions.php +++ b/planetlab/includes/plc_functions.php @@ -431,6 +431,16 @@ function plc_debug ($message,$object) { print ""; } +function plc_debug_txt ($message,$txt) { + print "
" . $message . "
";
+  $txt=str_replace(" ","<SPC>",$txt);
+  $txt=str_replace("\t","<TAB>",$txt);
+  $txt=str_replace("\n","<LF>",$txt);
+  $txt=str_replace("\r","<CR>",$txt);
+  print $txt . "<EOF>";
+  print "
"; +} + $plc_prof_start=0.; $plc_prof_time=0.; $plc_prof_counter=0;