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

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

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

int NBYTES = 32768;
 
profile()
{
	UG_INTRO("mix",mix);
	UG_INTRO("reset",reset);
	UG_INTRO("setline",m_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);
//	UG_INTRO("gen_to_setline",gen_to_setline);

}

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