PREV INDEX NEXT

Author: Stan Eisenstat
Subject: Re: [Cs323] maxHeap
Date: Thursday, 29 Oct 2020, 14:16:46


    > Message Posted By: Unknown
    >
    > How do we use /c/cs323/Hwk4/Tests/maxHeap, or
    > /c/cs323/Hwk4/Tests/maxStack. I tried "./encode < file |
    > /c/cs323/Hwk4/Tests/maxHeap" but it did not work.

Tests/maxHeap is a shell script that begins:

  #!/bin/bash
  #
  #   maxHeap [-q|-v|-limit SIZE]* COMMAND
  #
  # Print to STDERR maximum amount of heap storage during execution of COMMAND
  #
  # Options:
  #   -q:          Do not print the maximum amount of heap storage
  #   -v:          Print the full trace from maxMalloc

--Stan-
PREV INDEX NEXT