comparison my_profile.c @ 2832:99d169b25fbf

Precised profile stuff
author nick
date Sun, 11 Nov 2001 14:41:19 +0000
parents
children b7d3b450f8fd
comparison
equal deleted inserted replaced
2831:7746bf29000a 2832:99d169b25fbf
1 /*
2 * my_profile.c
3 *
4 * Copyright (C) Nick Kurshev <nickols_k@mail.ru> - Oct 2001
5 *
6 * You can redistribute this file under terms and conditions
7 * of GNU General Public licence v2.
8 * This file is partly based on vbetest.c from lrmi distributive.
9 */
10
11 #include "my_profile.h"
12
13 unsigned long long int my_profile_start,my_profile_end,my_profile_total=0ULL;