Deleted Added
sdiff udiff text old ( 8634:8390f2d80227 ) new ( 8707:489489c67fd9 )
full compact
1/*
2 * Copyright (c) 2002-2005 The Regents of The University of Michigan
3 * Copyright (c) 2011 Regents of the University of California
4 * All rights reserved.
5 *
6 * Redistribution and use in source and binary forms, with or without
7 * modification, are permitted provided that the following conditions are
8 * met: redistributions of source code must retain the above copyright
9 * notice, this list of conditions and the following disclaimer;

--- 470 unchanged lines hidden (view full) ---

480 currentFunctionEnd = pc + 1;
481 }
482
483 ccprintf(*functionTraceStream, " (%d)\n%d: %s",
484 curTick() - functionEntryTick, curTick(), sym_str);
485 functionEntryTick = curTick();
486 }
487}