ftp.nice.ch/pub/next/unix/audio/cmix.s.tar.gz#/cmix/cmd/uuprof.c

This is uuprof.c in view mode; [Download] [Up]

#include "../H/ugens.h"

#ifdef WINNIE
int NBYTES = 8192
#else
int NBYTES = 32768; /* byte size of buffers to use for disk i/o, the larger the
		   * better, usually, since there will be less i/o */
#endif
 
profile()
{
	UG_INTRO("mix",mix);
	UG_INTRO("reset",reset);
	UG_INTRO("setline",setline);
	UG_INTRO("clobber",m_clobber);
	UG_INTRO("add",m_add);
	UG_INTRO("stereo",stereo);
	UG_INTRO("alter",alter);
	UG_INTRO("relamp",relamp);
	UG_INTRO("resetline",resetline);
	UG_INTRO("global_times",global_times);
	UG_INTRO("test_mix",test_mix);
	UG_INTRO("test_stereo",test_stereo);

}

These are the contents of the former NiCE NeXT User Group NeXTSTEP/OpenStep software archive, currently hosted by Netfuture.ch.