1 /*
2 * Copyright (c) 2008 Texas Instruments. All rights reserved.
3 * This program and the accompanying materials are made available under the
4 * terms of the Eclipse Public License v1.0 and Eclipse Distribution License
5 * v. 1.0 which accompanies this distribution. The Eclipse Public License is
6 * available at http://www.eclipse.org/legal/epl-v10.html and the Eclipse
7 * Distribution License is available at
8 * http://www.eclipse.org/org/documents/edl-v10.php.
9 *
10 * Contributors:
11 * Texas Instruments - initial implementation
12 * */
13 package xdc.runtime;
14
15 /*!
16 * ======== TimestampStd ========
17 * Implementation of `{@link ITimestampProvider}` using ANSI C `clock()`
18 */
19 module TimestampStd inherits ITimestampProvider {}
20 /*
21 * @(#) xdc.runtime; 2, 1, 0,380; 6-27-2012 10:25:03; /db/ztree/library/trees/xdc/xdc-y30x/src/packages/
22 */
23