Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ukscone@welham ~/neweu/euphoria/source/build $ ./eui ../../demo/allsorts.ex
- Number of completed sorts for 500 items
- bubble_sort 1
- simple_sort 1
- insertion_sort 1
- merge_sort 1
- quick_sort 1
- hybrid_sort 1
- great_sort 1
- shell_sort 1
- bucket_sort 4
- ukscone@welham ~/neweu/euphoria/source/build $ at ctrace.out
- -bash: at: command not found
- ukscone@welham ~/neweu/euphoria/source/build $ cat ctrace.out
- allsorts.ex:308 sorted[k .. k + c - 1] = i + offset
- allsorts.ex:309 k += c
- allsorts.ex:311 end for
- allsorts.ex:306 c = count[i]
- allsorts.ex:307 if c then
- allsorts.ex:308 sorted[k .. k + c - 1] = i + offset
- allsorts.ex:309 k += c
- allsorts.ex:311 end for
- allsorts.ex:306 c = count[i]
- allsorts.ex:307 if c then
- allsorts.ex:308 sorted[k .. k + c - 1] = i + offset
- allsorts.ex:309 k += c
- allsorts.ex:311 end for
- allsorts.ex:306 c = count[i]
- allsorts.ex:307 if c then
- allsorts.ex:308 sorted[k .. k + c - 1] = i + offset
- allsorts.ex:309 k += c
- allsorts.ex:311 end for
- allsorts.ex:306 c = count[i]
- allsorts.ex:307 if c then
- allsorts.ex:308 sorted[k .. k + c - 1] = i + offset
- allsorts.ex:309 k += c
- allsorts.ex:311 end for
- allsorts.ex:306 c = count[i]
- allsorts.ex:307 if c then
- allsorts.ex:308 sorted[k .. k + c - 1] = i + offset
- allsorts.ex:309 k += c
- allsorts.ex:311 end for
- allsorts.ex:306 c = count[i]
- allsorts.ex:307 if c then
- allsorts.ex:308 sorted[k .. k + c - 1] = i + offset
- allsorts.ex:309 k += c
- allsorts.ex:311 end for
- allsorts.ex:306 c = count[i]
- allsorts.ex:307 if c then
- allsorts.ex:308 sorted[k .. k + c - 1] = i + offset
- allsorts.ex:309 k += c
- allsorts.ex:311 end for
- allsorts.ex:306 c = count[i]
- allsorts.ex:307 if c then
- allsorts.ex:308 sorted[k .. k + c - 1] = i + offset
- allsorts.ex:309 k += c
- allsorts.ex:311 end for
- allsorts.ex:306 c = count[i]
- allsorts.ex:307 if c then
- allsorts.ex:308 sorted[k .. k + c - 1] = i + offset
- allsorts.ex:309 k += c
- allsorts.ex:311 end for
- allsorts.ex:306 c = count[i]
- allsorts.ex:307 if c then
- allsorts.ex:308 sorted[k .. k + c - 1] = i + offset
- allsorts.ex:309 k += c
- allsorts.ex:311 end for
- allsorts.ex:306 c = count[i]
- allsorts.ex:307 if c then
- allsorts.ex:308 sorted[k .. k + c - 1] = i + offset
- allsorts.ex:309 k += c
- allsorts.ex:311 end for
- allsorts.ex:306 c = count[i]
- allsorts.ex:307 if c then
- allsorts.ex:308 sorted[k .. k + c - 1] = i + offset
- allsorts.ex:309 k += c
- allsorts.ex:311 end for
- allsorts.ex:306 c = count[i]
- allsorts.ex:307 if c then
- allsorts.ex:308 sorted[k .. k + c - 1] = i + offset
- allsorts.ex:309 k += c
- allsorts.ex:311 end for
- allsorts.ex:306 c = count[i]
- allsorts.ex:307 if c then
- allsorts.ex:308 sorted[k .. k + c - 1] = i + offset
- allsorts.ex:309 k += c
- allsorts.ex:311 end for
- allsorts.ex:306 c = count[i]
- allsorts.ex:307 if c then
- allsorts.ex:308 sorted[k .. k + c - 1] = i + offset
- allsorts.ex:309 k += c
- allsorts.ex:311 end for
- allsorts.ex:306 c = count[i]
- allsorts.ex:307 if c then
- allsorts.ex:308 sorted[k .. k + c - 1] = i + offset
- allsorts.ex:309 k += c
- allsorts.ex:311 end for
- allsorts.ex:306 c = count[i]
- allsorts.ex:307 if c then
- allsorts.ex:308 sorted[k .. k + c - 1] = i + offset
- allsorts.ex:309 k += c
- allsorts.ex:311 end for
- allsorts.ex:306 c = count[i]
- allsorts.ex:307 if c then
- allsorts.ex:308 sorted[k .. k + c - 1] = i + offset
- allsorts.ex:309 k += c
- allsorts.ex:311 end for
- allsorts.ex:306 c = count[i]
- allsorts.ex:307 if c then
- allsorts.ex:308 sorted[k .. k + c - 1] = i + offset
- allsorts.ex:309 k += c
- allsorts.ex:311 end for
- allsorts.ex:312 return sorted
- allsorts.ex:343 check_results(sdata, i, name)
- allsorts.ex:317 if CHECK_RESULTS then
- allsorts.ex:318 if not equal(sdata, expected[iter]) then
- allsorts.ex:322 end procedure
- allsorts.ex:344 cntr += 1
- allsorts.ex:345 end while
- allsorts.ex:346 t = time() - t0
- allsorts.ex:347 printf(printer, "%15s %9d\n", { name, cntr })
- allsorts.ex:348 end procedure
- allsorts.ex:383 end procedure
- === THE END ===
- allsorts.ex:307 if c then
- allsorts.ex:308 sorted[k .. k + c - 1] = i + offset
- allsorts.ex:309 k += c
- allsorts.ex:311 end for
- allsorts.ex:306 c = count[i]
- allsorts.ex:307 if c then
- allsorts.ex:308 sorted[k .. k + c - 1] = i + offset
- allsorts.ex:309 k += c
- allsorts.ex:311 end for
- allsorts.ex:306 c = count[i]
- allsorts.ex:307 if c then
- allsorts.ex:308 sorted[k .. k + c - 1] = i + offset
- allsorts.ex:309 k += c
- allsorts.ex:311 end for
- allsorts.ex:306 c = count[i]
- allsorts.ex:307 if c then
- allsorts.ex:308 sorted[k .. k + c - 1] = i + offset
- allsorts.ex:309 k += c
- allsorts.ex:311 end for
- allsorts.ex:306 c = count[i]
- allsorts.ex:307 if c then
- allsorts.ex:308 sorted[k .. k + c - 1] = i + offset
- allsorts.ex:309 k += c
- allsorts.ex:311 end for
- allsorts.ex:306 c = count[i]
- allsorts.ex:307 if c then
- allsorts.ex:308 sorted[k .. k + c - 1] = i + offset
- allsorts.ex:309 k += c
- allsorts.ex:311 end for
- allsorts.ex:306 c = count[i]
- allsorts.ex:307 if c then
- allsorts.ex:308 sorted[k .. k + c - 1] = i + offset
- allsorts.ex:309 k += c
- allsorts.ex:311 end for
- allsorts.ex:306 c = count[i]
- allsorts.ex:307 if c then
- allsorts.ex:308 sorted[k .. k + c - 1] = i + offset
- allsorts.ex:309 k += c
- allsorts.ex:311 end for
- allsorts.ex:306 c = count[i]
- allsorts.ex:307 if c then
- allsorts.ex:308 sorted[k .. k + c - 1] = i + offset
- allsorts.ex:309 k += c
- allsorts.ex:311 end for
- allsorts.ex:306 c = count[i]
- allsorts.ex:307 if c then
- allsorts.ex:308 sorted[k .. k + c - 1] = i + offset
- allsorts.ex:309 k += c
- allsorts.ex:311 end for
- allsorts.ex:306 c = count[i]
- allsorts.ex:307 if c then
- allsorts.ex:308 sorted[k .. k + c - 1] = i + offset
- allsorts.ex:309 k += c
- allsorts.ex:311 end for
- allsorts.ex:306 c = count[i]
- allsorts.ex:307 if c then
- allsorts.ex:308 sorted[k .. k + c - 1] = i + offset
- allsorts.ex:309 k += c
- allsorts.ex:311 end for
- allsorts.ex:306 c = count[i]
- allsorts.ex:307 if c then
- allsorts.ex:308 sorted[k .. k + c - 1] = i + offset
- allsorts.ex:309 k += c
- allsorts.ex:311 end for
- allsorts.ex:306 c = count[i]
- allsorts.ex:307 if c then
- allsorts.ex:308 sorted[k .. k + c - 1] = i + offset
- allsorts.ex:309 k += c
- allsorts.ex:311 end for
- allsorts.ex:306 c = count[i]
- allsorts.ex:307 if c then
- allsorts.ex:308 sorted[k .. k + c - 1] = i + offset
- allsorts.ex:309 k += c
- allsorts.ex:311 end for
- allsorts.ex:306 c = count[i]
- allsorts.ex:307 if c then
- allsorts.ex:308 sorted[k .. k + c - 1] = i + offset
- allsorts.ex:309 k += c
- allsorts.ex:311 end for
- allsorts.ex:306 c = count[i]
- allsorts.ex:307 if c then
- allsorts.ex:308 sorted[k .. k + c - 1] = i + offset
- allsorts.ex:309 k += c
- allsorts.ex:311 end for
- allsorts.ex:306 c = count[i]
- allsorts.ex:307 if c then
- allsorts.ex:308 sorted[k .. k + c - 1] = i + offset
- allsorts.ex:309 k += c
- allsorts.ex:311 end for
- allsorts.ex:306 c = count[i]
- allsorts.ex:307 if c then
- allsorts.ex:308 sorted[k .. k + c - 1] = i + offset
- allsorts.ex:309 k += c
- allsorts.ex:311 end for
- allsorts.ex:306 c = count[i]
- allsorts.ex:307 if c then
- allsorts.ex:308 sorted[k .. k + c - 1] = i + offset
- allsorts.ex:309 k += c
- allsorts.ex:311 end for
- allsorts.ex:306 c = count[i]
- allsorts.ex:307 if c then
- allsorts.ex:308 sorted[k .. k + c - 1] = i + offset
- allsorts.ex:309 k += c
- allsorts.ex:311 end for
- allsorts.ex:306 c = count[i]
- allsorts.ex:307 if c then
- allsorts.ex:308 sorted[k .. k + c - 1] = i + offset
- allsorts.ex:309 k += c
- allsorts.ex:311 end for
- allsorts.ex:306 c = count[i]
- allsorts.ex:307 if c then
- allsorts.ex:308 sorted[k .. k + c - 1] = i + offset
- allsorts.ex:309 k += c
- allsorts.ex:311 end for
- allsorts.ex:306 c = count[i]
- allsorts.ex:307 if c then
- allsorts.ex:308 sorted[k .. k + c - 1] = i + offset
- allsorts.ex:309 k += c
- allsorts.ex:311 end for
- allsorts.ex:306 c = count[i]
- allsorts.ex:307 if c then
- allsorts.ex:308 sorted[k .. k + c - 1] = i + offset
- allsorts.ex:309 k += c
- allsorts.ex:311 end for
- allsorts.ex:306 c = count[i]
- allsorts.ex:307 if c then
- allsorts.ex:308 sorted[k .. k + c - 1] = i + offset
- allsorts.ex:309 k += c
- allsorts.ex:311 end for
- allsorts.ex:306 c = count[i]
- allsorts.ex:307 if c then
- allsorts.ex:308 sorted[k .. k + c - 1] = i + offset
- allsorts.ex:309 k += c
- allsorts.ex:311 end for
- allsorts.ex:306 c = count[i]
- allsorts.ex:307 if c then
- allsorts.ex:308 sorted[k .. k + c - 1] = i + offset
- allsorts.ex:309 k += c
- allsorts.ex:311 end for
- allsorts.ex:306 c = count[i]
- allsorts.ex:307 if c then
- allsorts.ex:308 sorted[k .. k + c - 1] = i + offset
- allsorts.ex:309 k += c
- allsorts.ex:311 end for
- allsorts.ex:306 c = count[i]
- allsorts.ex:307 if c then
- allsorts.ex:308 sorted[k .. k + c - 1] = i + offset
- allsorts.ex:309 k += c
- allsorts.ex:311 end for
- allsorts.ex:306 c = count[i]
- allsorts.ex:307 if c then
- allsorts.ex:308 sorted[k .. k + c - 1] = i + offset
- allsorts.ex:309 k += c
- allsorts.ex:311 end for
- allsorts.ex:306 c = count[i]
- allsorts.ex:307 if c then
- allsorts.ex:308 sorted[k .. k + c - 1] = i + offset
- allsorts.ex:309 k += c
- allsorts.ex:311 end for
- allsorts.ex:306 c = count[i]
- allsorts.ex:307 if c then
- allsorts.ex:308 sorted[k .. k + c - 1] = i + offset
- allsorts.ex:309 k += c
- allsorts.ex:311 end for
- allsorts.ex:306 c = count[i]
- allsorts.ex:307 if c then
- allsorts.ex:308 sorted[k .. k + c - 1] = i + offset
- allsorts.ex:309 k += c
- allsorts.ex:311 end for
- allsorts.ex:306 c = count[i]
- allsorts.ex:307 if c then
- allsorts.ex:308 sorted[k .. k + c - 1] = i + offset
- allsorts.ex:309 k += c
- allsorts.ex:311 end for
- allsorts.ex:306 c = count[i]
- allsorts.ex:307 if c then
- allsorts.ex:308 sorted[k .. k + c - 1] = i + offset
- allsorts.ex:309 k += c
- allsorts.ex:311 end for
- allsorts.ex:306 c = count[i]
- allsorts.ex:307 if c then
- allsorts.ex:308 sorted[k .. k + c - 1] = i + offset
- allsorts.ex:309 k += c
- allsorts.ex:311 end for
- allsorts.ex:306 c = count[i]
- allsorts.ex:307 if c then
- allsorts.ex:308 sorted[k .. k + c - 1] = i + offset
- allsorts.ex:309 k += c
- allsorts.ex:311 end for
- allsorts.ex:306 c = count[i]
- allsorts.ex:307 if c then
- allsorts.ex:308 sorted[k .. k + c - 1] = i + offset
- allsorts.ex:309 k += c
- allsorts.ex:311 end for
- allsorts.ex:306 c = count[i]
- allsorts.ex:307 if c then
- allsorts.ex:308 sorted[k .. k + c - 1] = i + offset
- allsorts.ex:309 k += c
- allsorts.ex:311 end for
- allsorts.ex:306 c = count[i]
- allsorts.ex:307 if c then
- allsorts.ex:308 sorted[k .. k + c - 1] = i + offset
- allsorts.ex:309 k += c
- allsorts.ex:311 end for
- allsorts.ex:306 c = count[i]
- allsorts.ex:307 if c then
- allsorts.ex:308 sorted[k .. k + c - 1] = i + offset
- allsorts.ex:309 k += c
- allsorts.ex:311 end for
- allsorts.ex:306 c = count[i]
- allsorts.ex:307 if c then
- allsorts.ex:308 sorted[k .. k + c - 1] = i + offset
- allsorts.ex:309 k += c
- allsorts.ex:311 end for
- allsorts.ex:306 c = count[i]
- allsorts.ex:307 if c then
- allsorts.ex:308 sorted[k .. k + c - 1] = i + offset
- allsorts.ex:309 k += c
- allsorts.ex:311 end for
- allsorts.ex:306 c = count[i]
- allsorts.ex:307 if c then
- allsorts.ex:308 sorted[k .. k + c - 1] = i + offset
- allsorts.ex:309 k += c
- allsorts.ex:311 end for
- allsorts.ex:306 c = count[i]
- allsorts.ex:307 if c then
- allsorts.ex:308 sorted[k .. k + c - 1] = i + offset
- allsorts.ex:309 k += c
- allsorts.ex:311 end for
- allsorts.ex:306 c = count[i]
- allsorts.ex:307 if c then
- allsorts.ex:308 sorted[k .. k + c - 1] = i + offset
- allsorts.ex:309 k += c
- allsorts.ex:311 end for
- allsorts.ex:306 c = count[i]
- allsorts.ex:307 if c then
- allsorts.ex:308 sorted[k .. k + c - 1] = i + offset
- allsorts.ex:309 k += c
- allsorts.ex:311 end for
- allsorts.ex:306 c = count[i]
- allsorts.ex:307 if c then
- allsorts.ex:308 sorted[k .. k + c - 1] = i + offset
- allsorts.ex:309 k += c
- allsorts.ex:311 end for
- allsorts.ex:306 c = count[i]
- allsorts.ex:307 if c then
- allsorts.ex:308 sorted[k .. k + c - 1] = i + offset
- allsorts.ex:309 k += c
- allsorts.ex:311 end for
- allsorts.ex:306 c = count[i]
- allsorts.ex:307 if c then
- allsorts.ex:308 sorted[k .. k + c - 1] = i + offset
- allsorts.ex:309 k += c
- allsorts.ex:311 end for
- allsorts.ex:306 c = count[i]
- allsorts.ex:307 if c then
- allsorts.ex:308 sorted[k .. k + c - 1] = i + offset
- allsorts.ex:309 k += c
- allsorts.ex:311 end for
- allsorts.ex:306 c = count[i]
- allsorts.ex:307 if c then
- allsorts.ex:308 sorted[k .. k + c - 1] = i + offset
- allsorts.ex:309 k += c
- allsorts.ex:311 end for
- allsorts.ex:306 c = count[i]
- allsorts.ex:307 if c then
- allsorts.ex:308 sorted[k .. k + c - 1] = i + offset
- allsorts.ex:309 k += c
- allsorts.ex:311 end for
- allsorts.ex:306 c = count[i]
- allsorts.ex:307 if c then
- allsorts.ex:308 sorted[k .. k + c - 1] = i + offset
- allsorts.ex:309 k += c
- allsorts.ex:311 end for
- allsorts.ex:306 c = count[i]
- allsorts.ex:307 if c then
- allsorts.ex:308 sorted[k .. k + c - 1] = i + offset
- allsorts.ex:309 k += c
- allsorts.ex:311 end for
- allsorts.ex:306 c = count[i]
- allsorts.ex:307 if c then
- allsorts.ex:308 sorted[k .. k + c - 1] = i + offset
- allsorts.ex:309 k += c
- allsorts.ex:311 end for
- allsorts.ex:306 c = count[i]
- allsorts.ex:307 if c then
- allsorts.ex:308 sorted[k .. k + c - 1] = i + offset
- allsorts.ex:309 k += c
- allsorts.ex:311 end for
- allsorts.ex:306 c = count[i]
- allsorts.ex:307 if c then
- allsorts.ex:308 sorted[k .. k + c - 1] = i + offset
- allsorts.ex:309 k += c
- allsorts.ex:311 end for
- allsorts.ex:306 c = count[i]
- allsorts.ex:307 if c then
- allsorts.ex:308 sorted[k .. k + c - 1] = i + offset
- allsorts.ex:309 k += c
- allsorts.ex:311 end for
- allsorts.ex:306 c = count[i]
- allsorts.ex:307 if c then
- allsorts.ex:308 sorted[k .. k + c - 1] = i + offset
- allsorts.ex:309 k += c
- allsorts.ex:311 end for
- allsorts.ex:306 c = count[i]
- allsorts.ex:307 if c then
- allsorts.ex:308 sorted[k .. k + c - 1] = i + offset
- allsorts.ex:309 k += c
- allsorts.ex:311 end for
- allsorts.ex:306 c = count[i]
- allsorts.ex:307 if c then
- allsorts.ex:308 sorted[k .. k + c - 1] = i + offset
- allsorts.ex:309 k += c
- allsorts.ex:311 end for
- allsorts.ex:306 c = count[i]
- allsorts.ex:307 if c then
- allsorts.ex:308 sorted[k .. k + c - 1] = i + offset
- allsorts.ex:309 k += c
- allsorts.ex:311 end for
- allsorts.ex:306 c = count[i]
- allsorts.ex:307 if c then
- allsorts.ex:308 sorted[k .. k + c - 1] = i + offset
- allsorts.ex:309 k += c
- allsorts.ex:311 end for
- allsorts.ex:306 c = count[i]
- allsorts.ex:307 if c then
- allsorts.ex:308 sorted[k .. k + c - 1] = i + offset
- allsorts.ex:309 k += c
- allsorts.ex:311 end for
- allsorts.ex:306 c = count[i]
- allsorts.ex:307 if c then
- allsorts.ex:308 sorted[k .. k + c - 1] = i + offset
- allsorts.ex:309 k += c
- allsorts.ex:311 end for
- allsorts.ex:306 c = count[i]
- allsorts.ex:307 if c then
- allsorts.ex:308 sorted[k .. k + c - 1] = i + offset
- allsorts.ex:309 k += c
- allsorts.ex:311 end for
- allsorts.ex:306 c = count[i]
- allsorts.ex:307 if c then
- allsorts.ex:308 sorted[k .. k + c - 1] = i + offset
- allsorts.ex:309 k += c
- allsorts.ex:311 end for
- allsorts.ex:306 c = count[i]
- allsorts.ex:307 if c then
- allsorts.ex:308 sorted[k .. k + c - 1] = i + offset
- allsorts.ex:309 k += c
- allsorts.ex:311 end for
- allsorts.ex:306 c = count[i]
- allsorts.ex:307 if c then
- allsorts.ex:308 sorted[k .. k + c - 1] = i + offset
- allsorts.ex:309 k += c
- allsorts.ex:311 end for
- allsorts.ex:306 c = count[i]
- allsorts.ex:307 if c then
- allsorts.ex:308 sorted[k .. k + c - 1] = i + offset
- allsorts.ex:309 k += c
- allsorts.ex:311 end for
- allsorts.ex:306 c = count[i]
- allsorts.ex:307 if c then
- allsorts.ex:308 sorted[k .. k + c - 1] = i + offset
- allsorts.ex:309 k += c
- allsorts.ex:311 end for
- allsorts.ex:306 c = count[i]
- allsorts.ex:307 if c then
- allsorts.ex:308 sorted[k .. k + c - 1] = i + offset
- allsorts.ex:309 k += c
- allsorts.ex:311 end for
- allsorts.ex:306 c = count[i]
- allsorts.ex:307 if c then
- allsorts.ex:308 sorted[k .. k + c - 1] = i + offset
- allsorts.ex:309 k += c
- allsorts.ex:311 end for
- allsorts.ex:306 c = count[i]
- allsorts.ex:307 if c then
- allsorts.ex:308 sorted[k .. k + c - 1] = i + offset
- allsorts.ex:309 k += c
- allsorts.ex:311 end for
- allsorts.ex:306 c = count[i]
- allsorts.ex:307 if c then
- allsorts.ex:308 sorted[k .. k + c - 1] = i + offset
- allsorts.ex:309 k += c
- allsorts.ex:311 end for
- allsorts.ex:306 c = count[i]
- allsorts.ex:307 if c then
- ukscone@welham ~/neweu/euphoria/source/build $
Advertisement
Add Comment
Please, Sign In to add comment